]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-12 Oliver SchererManually inline trivial function
2018-12-12 Oliver SchererUndo a change that got lost in the larger refactorings
2018-11-30 Oliver SchererFix rebase fallout
2018-11-30 Oliver SchererTest float assign ops
2018-11-30 Oliver SchererAdd trailing newline
2018-11-30 Oliver SchererRe-add accidentally deleted test
2018-11-30 Oliver SchererRemove unused feature gate from `libcore`
2018-11-30 Oliver SchererFix a compile-fail test
2018-11-30 Oliver SchererImprove the diagnostic message
2018-11-30 Oliver SchererReenable `const_let` feature gate
2018-11-30 Oliver SchererAdd a test for single variant matches
2018-11-30 Oliver SchererImprove the error around short circuiting and let bindings
2018-11-30 Oliver SchererShow auto-applicable correction warning for short circu...
2018-11-30 Oliver SchererProperly name the flag for `&&` -> `&` conversion
2018-11-30 Oliver SchererAllow `let` bindings everywhere
2018-11-30 Oliver SchererAdd tests for mutable borrows
2018-11-30 Oliver SchererAlso test the `const_let` feature gate in statics
2018-11-30 Oliver SchererAdd a test for various const let features
2018-11-30 Oliver SchererRemove a bunch of now-unnecessary `const_let` feature...
2018-11-30 Oliver SchererUpdate compile-fail test
2018-11-30 Oliver SchererUpdate a test's diagnostics
2018-11-30 Oliver SchererStabilize `const_let` inside const functions
2018-11-29 borsAuto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb
2018-11-29 borsAuto merge of #56298 - tromey:update-and-reenable-lldb...
2018-11-29 borsAuto merge of #56340 - GuillaumeGomez:rollup, r=Guillau...
2018-11-29 Guillaume GomezRollup merge of #56330 - estebank:cleanup-span, r=zackm...
2018-11-29 Guillaume GomezRollup merge of #56322 - petrochenkov:edlints, r=eddyb
2018-11-29 Guillaume GomezRollup merge of #56321 - jnqnfe:css_nested_list_margin...
2018-11-29 Guillaume GomezRollup merge of #56319 - RalfJung:async-mutable-ref...
2018-11-29 Guillaume GomezRollup merge of #56312 - oli-obk:const_eval_literal...
2018-11-29 Guillaume GomezRollup merge of #56294 - polyfloyd:fix-typo-ffi-doc...
2018-11-29 Guillaume GomezRollup merge of #56289 - marius:patch-1, r=cramertj
2018-11-29 Guillaume GomezRollup merge of #56273 - GuillaumeGomez:iterator-fnmut...
2018-11-29 Guillaume GomezRollup merge of #56257 - mark-i-m:rustc-guide-links...
2018-11-29 Guillaume GomezRollup merge of #56255 - jasonl:update-old-documents...
2018-11-29 Guillaume GomezRollup merge of #56236 - frewsxcv:frewsxcv-unsafe-unsaf...
2018-11-29 Guillaume GomezRollup merge of #56223 - Mark-Simulacrum:self-profile...
2018-11-29 Guillaume GomezRollup merge of #56220 - estebank:suggest-lifetime...
2018-11-29 Guillaume GomezRollup merge of #56149 - ariasuni:improve-amctime-doc...
2018-11-29 Guillaume GomezRollup merge of #56148 - mark-i-m:rustc-guide-submodule...
2018-11-29 Guillaume GomezRollup merge of #56127 - rust-lang:oli-obk-patch-1...
2018-11-29 Guillaume GomezRollup merge of #56124 - antoine-de:fix_read_to_end_doc...
2018-11-29 Guillaume GomezRollup merge of #56114 - varkor:nonexhaustive-backticks...
2018-11-29 Guillaume GomezRollup merge of #56080 - mark-i-m:patch-2, r=steveklabnik
2018-11-29 Guillaume GomezRollup merge of #56023 - vorner:doc/atomic-ordering...
2018-11-29 Guillaume GomezRollup merge of #56021 - RalfJung:track-features, r...
2018-11-29 Guillaume GomezRollup merge of #55391 - matthiaskrgr:bootstrap_cleanup...
2018-11-29 borsAuto merge of #56313 - nikic:update-llvm, r=alexcrichton
2018-11-29 borsAuto merge of #56245 - mark-i-m:stabilize_ques_kleene...
2018-11-29 borsAuto merge of #56329 - eddyb:load-operand-overaligned...
2018-11-29 borsAuto merge of #56300 - nikic:issue-56267, r=eddyb
2018-11-29 Esteban KüberClean up span in non-trailing `..` suggestion
2018-11-28 Eduard-Mihai... rustc_codegen_llvm: don't overalign loads of pair operands.
2018-11-28 Vadim Petrochenkovresolve: Fix false-positives from lint `absolute_paths_...
2018-11-28 Ralf Jungfix futures aliasing mutable and shared ref
2018-11-28 Oliver SchererMove hir::Lit -> ty::Const conversion into its own...
2018-11-28 Lyndon Brownrustdoc: add margin-bottom spacing to nested lists
2018-11-28 Nikita PopovUpdate LLVM
2018-11-28 Oliver SchererDeduplicate literal -> constant lowering
2018-11-28 Mark Mansifix test
2018-11-27 Nikita PopovFix alignment of stores to scalar pair
2018-11-27 borsAuto merge of #56293 - matthiaskrgr:clippy, r=oli-obk
2018-11-27 polyfloydFix a typo in the documentation of std::ffi
2018-11-27 Matthias Krügersubmodules: update clippy from 754b4c07 to b2601beb
2018-11-27 Tom TromeyRe-enable lldb
2018-11-27 Mark Mansifix test
2018-11-27 Mark Mansiremove uses of feature gate
2018-11-27 Mark Mansiremove unstable book entry
2018-11-27 Mark Mansiupdate tests
2018-11-27 Mark Mansiremove some unused vars
2018-11-27 Mark Mansiremove feature gate
2018-11-27 Mark Mansimove feature gate to accepted
2018-11-27 borsAuto merge of #56264 - petrochenkov:typonly, r=nikomatsakis
2018-11-27 Marius NuennerichFix small typo in comment
2018-11-27 borsAuto merge of #56251 - scalexm:root-universe, r=nikomat...
2018-11-27 Ralf Jungavoid features_untracked
2018-11-27 borsAuto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis
2018-11-27 Vadim Petrochenkovresolve: Extern prelude is for type namespace only
2018-11-27 borsAuto merge of #56094 - RalfJung:memory-data-revived...
2018-11-27 Guillaume GomezAdd missing doc link
2018-11-27 borsAuto merge of #56262 - petrochenkov:nabsedihyg, r=petro...
2018-11-26 Dan Robertsontest: Add basic test for VaList
2018-11-26 Dan Robertsonlibcore: Add va_list lang item and intrinsics
2018-11-26 borsAuto merge of #54668 - RalfJung:use-maybe-uninit, r...
2018-11-26 Esteban KüberSpecify suggestion applicability
2018-11-26 Vadim Petrochenkovresolve: Suggest `crate::` for resolving ambiguities...
2018-11-26 Vadim Petrochenkovresolve: Fallback to extern prelude in 2015 imports...
2018-11-26 Vadim Petrochenkovresolve: Generalize `early_resolve_ident_in_lexical_sco...
2018-11-26 Vadim Petrochenkovresolve: Fallback to uniform paths in 2015 imports...
2018-11-26 Vadim Petrochenkovresolve: Implement edition hygiene for imports and...
2018-11-26 Vadim PetrochenkovRemove duplicate tests for uniform paths
2018-11-26 Mark Mansirustc-guide has moved
2018-11-26 Mark MansiAdd rustc-guide as a submodule
2018-11-26 Jason LangenauerUpdate outdated code comments in StringReader
2018-11-26 scalexmPut all existential ty vars in the `ROOT` universe
2018-11-26 Esteban KüberEmit one diagnostic for multiple misplaced lifetimes
2018-11-26 Corey FarwellRemove unsafe `unsafe` inner function.
2018-11-26 borsAuto merge of #55835 - alexcrichton:llvm-upgrade, r...
2018-11-26 borsAuto merge of #56070 - oli-obk:const_let, r=eddyb
2018-11-26 Alex CrichtonTemporarily disable LLDB
next