]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-08-14 Taylor Cramer#[feature(uniform_paths)]: allow `use x::y;` to resolve...
2018-08-14 Eduard-Mihai... rustc_resolve: fix special-case for one-segment import...
2018-08-14 Eduard-Mihai... syntax: gensym the injected std/core extern crates...
2018-08-13 Eduard-Mihai... syntax: add `uniform_paths` feature-gate.
2018-08-13 borsAuto merge of #53270 - petrochenkov:macuse-regr, r...
2018-08-13 borsAuto merge of #53161 - michaelwoerister:cstrings, r...
2018-08-13 borsAuto merge of #53238 - nrc:update, r=kennytm
2018-08-13 borsAuto merge of #53051 - varkor:trait-method-pattern...
2018-08-12 borsAuto merge of #53297 - GuillaumeGomez:rollup, r=Guillau...
2018-08-12 Guillaume GomezRollup merge of #53283 - zackmdavis:and_the_case_of_the...
2018-08-12 Guillaume GomezRollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r...
2018-08-12 Guillaume GomezRollup merge of #53267 - GuillaumeGomez:fix-styles...
2018-08-12 Guillaume GomezRollup merge of #53264 - Havvy:patch-3, r=GuillaumeGomez
2018-08-12 Guillaume GomezRollup merge of #53253 - GuillaumeGomez:remove-console...
2018-08-12 Guillaume GomezRollup merge of #53240 - llogiq:doc-num-swap-reverse...
2018-08-12 Guillaume GomezRollup merge of #53231 - GuillaumeGomez:let-keyword...
2018-08-12 Guillaume GomezRollup merge of #53230 - memoryruins:nll_bootstrap_4...
2018-08-12 Guillaume GomezRollup merge of #53223 - ljedrz:cleanup_data_structures...
2018-08-12 Guillaume GomezRollup merge of #53210 - alexcrichton:deny-rustc-syntax...
2018-08-12 Guillaume GomezRollup merge of #53165 - jakllsch:netbsd-ad22a005-b917...
2018-08-12 Guillaume GomezRollup merge of #53059 - ljedrz:unneeded_returns, r...
2018-08-12 Guillaume GomezRollup merge of #53025 - ljedrz:debug_asserts_limited...
2018-08-12 Guillaume GomezRollup merge of #53019 - ljedrz:bad_collects, r=estebank
2018-08-12 Guillaume GomezRollup merge of #52955 - tromey:compiler-test-docs...
2018-08-12 Vadim PetrochenkovProhibit using macro-expanded `macro_export` macros...
2018-08-12 Zack M. Daviswherein we suggest float for integer literals where...
2018-08-11 varkorClean up and add extra tests
2018-08-11 varkorAdd E0642 to parser error
2018-08-11 varkorEmit an error during parsing
2018-08-11 varkorImprove diagnostics
2018-08-11 varkorFix handling of trait methods with bodies and improve...
2018-08-11 varkorSuggest replacing patterns with underscores
2018-08-11 varkorEmit error for pattern arguments in trait methods
2018-08-11 Havvy (Ryan... Fix indent
2018-08-11 Corey FarwellAdd links to std::char::REPLACEMENT_CHARACTER from...
2018-08-11 Guillaume GomezAdd let keyword doc
2018-08-11 Vadim PetrochenkovDo not consider built-in attributes as candidates when...
2018-08-11 Vadim PetrochenkovFeature gate arbitrary tokens in non-macro attributes...
2018-08-11 Ryan ScheelShow that Command can be reused and remodified
2018-08-11 Guillaume GomezFix styles
2018-08-11 Nick CameronUpdate RLS
2018-08-10 Jonathan A... aarch64-unknown-netbsd: add openssl configuration
2018-08-10 borsAuto merge of #53177 - nikomatsakis:nll-redundant-borro...
2018-08-10 Guillaume GomezRemove unwanted console log
2018-08-10 Tom TromeyLink compiler test documentation to rustc-guide
2018-08-10 memoryruins[nll] librustc_codegen_llvm: remove unused mut annotation
2018-08-10 memoryruins[nll] librustc_codegen_llvm: change Child signature...
2018-08-10 memoryruins[nll] librustc_codegen_llvm: enable feature(nll) for...
2018-08-10 memoryruins[nll] librustc_mir: enable feature(nll) for bootstrap
2018-08-10 memoryruins[nll] libstd: enable feature(nll) for bootstrap
2018-08-10 Andre BogusAdd individual documentation for <integer>`.swap_bytes...
2018-08-10 Michael WoeristerIntroduce SmallCStr and use it where applicable.
2018-08-10 Michael WoeristerIntroduce const_cstr!() macro and use it where applicable.
2018-08-10 Niko Matsakisdon't walk MIR if no local variables need liveness
2018-08-10 borsAuto merge of #53131 - davidtwco:issue-52663-thread...
2018-08-10 ljedrzConsider changing assert! to debug_assert! when it...
2018-08-10 borsAuto merge of #53124 - davidtwco:issue-52742, r=nikomat...
2018-08-10 borsAuto merge of #53073 - Mark-Simulacrum:data-structures...
2018-08-09 borsAuto merge of #52788 - LukasKalbertodt:improve-index...
2018-08-09 memoryruins[nll] librustc_data_structures: remove unused mut annot...
2018-08-09 memoryruins[nll] librustdoc: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_typeck: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_platform_intrinsics: enable feature...
2018-08-09 memoryruins[nll] librustc_msan: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_lsan: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_llvm: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_codegen_utils: enable feature(nll) for...
2018-08-09 memoryruins[nll] libproc_macro: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libsyntax_ext: remove unnecessary mut annotation...
2018-08-09 memoryruins[nll] libsyntax_ext: enable feature(nll) for bootstrap
2018-08-09 borsAuto merge of #53216 - kennytm:rollup, r=kennytm
2018-08-09 kennytmRollup merge of #53207 - llogiq:num-rotate-docs, r...
2018-08-09 ljedrzA few cleanups for rustc_data_structures
2018-08-09 ljedrzChange transmute()s in IdxSet::{from_slice, from_slice_...
2018-08-09 ljedrzMake SnapshotMap::{commit, rollback_to} take references
2018-08-09 kennytmRollup merge of #53222 - ljedrz:cleanup_rustc_target...
2018-08-09 kennytmRollup merge of #53215 - ljedrz:refactor_format, r...
2018-08-09 kennytmRollup merge of #53219 - memoryruins:nll_bootstrap_3...
2018-08-09 kennytmRollup merge of #53214 - memoryruins:nll_bootstrap_2...
2018-08-09 kennytmRollup merge of #53211 - memoryruins:nll_bootstrap...
2018-08-09 kennytmRollup merge of #53082 - felixrabe:fix-doc-link-again...
2018-08-09 kennytmRollup merge of #53217 - strake:inline, r=nagisa
2018-08-09 kennytmRollup merge of #53106 - RalfJung:ordering, r=stjepang
2018-08-09 kennytmRollup merge of #53183 - estebank:println-comma, r...
2018-08-09 kennytmRollup merge of #53179 - gnzlbg:patch-3, r=alexcrichton
2018-08-09 Mark RousskovMove span_bug and bug helper functions to util
2018-08-09 Mark RousskovCache ignored attributes inside ICH entirely
2018-08-09 Mark RousskovMove Fingerprint to data structures
2018-08-09 Mark RousskovReuse Hash impls for session data structures
2018-08-09 Mark RousskovRemove dependency on rustc::ty from code_stats
2018-08-09 Mark RousskovMove path2cstr to rustc_fs_util
2018-08-09 Mark RousskovMove rustc::util::fs into separate (new) crate
2018-08-09 Mark RousskovMove SVH structure to data structures
2018-08-09 Andre BogusAdd individual docs for rotate_{left, right}
2018-08-09 Alex CrichtonDeny future duplication of rustc-ap-syntax
2018-08-09 ljedrzA few cleanups for rustc_target
2018-08-09 memoryruins[nll] libtest: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libsyntax: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libserialize: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_data_structures: enable feature(nll...
next