]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-11-29 borsAuto merge of #37369 - estebank:multiline-span, r=nikom...
2016-11-29 borsAuto merge of #37918 - flodiebold:separate-bodies,...
2016-11-29 Florian Dieboldlibrustdoc: Fix compilation after visitor change
2016-11-29 Niko Matsakisupdate comments
2016-11-29 Niko Matsakisrevamp `Visitor` with a single method for controlling...
2016-11-29 Florian DieboldFix rebase breakage
2016-11-29 Florian DieboldFix doc test collection
2016-11-29 Florian DieboldFix SVH tests some more
2016-11-29 Florian DieboldSplit nested_visit_mode function off from nested_visit_map
2016-11-29 Florian DieboldAddress remaining review comments
2016-11-29 Florian DieboldFix remaining SVH tests
2016-11-29 Florian DieboldRefactor inlined items some more
2016-11-29 Niko MatsakisWIP: update tests to pass -- not complete
2016-11-29 Niko Matsakisrestructure `CollectItem` dep-node to separate fn sigs...
2016-11-29 Florian DieboldAdd make tidy fixes
2016-11-29 Florian DieboldRemove unused import
2016-11-29 Florian DieboldFix some comments
2016-11-29 Florian DieboldMake hello_world test work again
2016-11-29 Florian DieboldFix new tests
2016-11-29 Florian Dieboldrustc_typeck: Make CollectItemTypesVisitor descend...
2016-11-29 Florian DieboldFix cross-crate associated constant evaluation
2016-11-29 Florian DieboldGive function bodies their own dep graph node
2016-11-29 Florian DieboldSave bodies of functions for inlining into other crates
2016-11-29 Florian Dieboldrustc_driver: fix compilation
2016-11-29 Florian Dieboldrustc_passes: fix compilation
2016-11-29 Florian Dieboldrustc_plugin: fix compilation
2016-11-29 Florian Dieboldrustc_plugin: fix compilation
2016-11-29 Florian Dieboldrustc_metadata: fix compilation
2016-11-29 Florian Dieboldrustc_privacy: fix compilation
2016-11-29 Florian Dieboldrustc_trans: fix compilation
2016-11-29 Florian Dieboldrustc_trans: fix compilation
2016-11-29 Florian Dieboldrustc_incremental: fix compilation
2016-11-29 Florian Dieboldrustc_incremental: fix compilation
2016-11-29 Florian Dieboldrustc_typeck: fix compilation
2016-11-29 Florian Dieboldrustc_borrowck: fix compilation
2016-11-29 Florian Dieboldrustc_mir: fix compilation
2016-11-29 Florian Dieboldrustc_const_eval: fix compilation
2016-11-29 Florian Dieboldrustc: replace body exprs by their ids
2016-11-29 Florian DieboldAdd exprs map to crate, collect item blocks there
2016-11-29 borsAuto merge of #38046 - rkruppe:fix-32bit-rustbuild...
2016-11-28 borsAuto merge of #37791 - petrochenkov:where, r=nikomatsakis
2016-11-28 borsAuto merge of #38024 - jseyfried:avoid_needless_proc_ma...
2016-11-28 Robin KruppeDefine VISIBILITY_HIDDEN when compiling compiler-rt
2016-11-28 borsAuto merge of #37676 - eddyb:lazy-7, r=nikomatsakis
2016-11-28 Jeffrey SeyfriedAvoid loading needless proc-macro dependencies.
2016-11-28 Eduard-Mihai... rustc_typeck: don't record associated type resolutions.
2016-11-28 Eduard Burtescurustc_privacy: switch private-in-public checking to Ty.
2016-11-28 Eduard Burtescurustc: track fields in the HIR map.
2016-11-28 Eduard-Mihai... rustc_privacy: visit Ty instead of HIR types in Embargo...
2016-11-28 borsAuto merge of #38019 - sourcefrog:doc-separator, r...
2016-11-28 Eduard Burtescurustc: rework stability to be on-demand for type-direct...
2016-11-28 Eduard Burtescurustc: use Span's allow_internal_unstable instead of...
2016-11-28 Eduard Burtescurustc_typeck: save the type cache for rustdoc and save...
2016-11-28 Eduard-Mihai... rustc: embed path resolutions into the HIR instead...
2016-11-28 Eduard-Mihai... rustc: desugar `use a::{b,c};` into `use a::b; use...
2016-11-28 Eduard Burtescurustc: track hir::{TraitRef, Visibility} in the HIR...
2016-11-28 Eduard Burtescurustc: desugar UFCS as much as possible during HIR...
2016-11-28 Eduard Burtescurustc: encode the optionality of type parameters in...
2016-11-27 borsAuto merge of #38022 - arthurprs:micro-opt-hm, r=bluss
2016-11-27 arthurprsUse displacement instead of initial bucket in HashMap...
2016-11-27 borsAuto merge of #38027 - rkruppe:llvm-printpasses-fwdcomp...
2016-11-27 borsAuto merge of #37983 - GuillaumeGomez:tcp_listener_doc...
2016-11-27 Robin KruppeAdapt LLVMRustPrintPasses to LLVM 4.0 preferring `Strin...
2016-11-27 borsAuto merge of #38007 - alygin:err-expl-fix, r=eddyb
2016-11-27 Guillaume GomezAdd examples for TcpListener struct
2016-11-27 borsAuto merge of #38023 - arielb1:constant-evil-x2, r...
2016-11-27 Ariel Ben-Yehudadon't double-apply variant padding to const enums
2016-11-27 borsAuto merge of #36340 - sfackler:slice-get-slice, r...
2016-11-26 borsAuto merge of #38004 - GuillaumeGomez:tcp_stream_doc...
2016-11-26 borsAuto merge of #38008 - bluss:rustbuild-benches, r=alexc...
2016-11-26 Andrew LyginFix error explanation formatting
2016-11-26 Andrew LyginFix error explanation formatting
2016-11-26 Steven FacklerOverload get{,_mut}{,_unchecked}
2016-11-26 Martin PoolClearer description of std::path::MAIN_SEPARATOR.
2016-11-26 borsAuto merge of #38015 - sanxiyn:rollup, r=sanxiyn
2016-11-26 Seo SanghyeonRollup merge of #38010 - frewsxcv:lock-creations, r...
2016-11-26 Seo SanghyeonRollup merge of #38001 - vickenty:patch-1, r=steveklabnik
2016-11-26 Seo SanghyeonRollup merge of #37985 - frewsxcv:completed-fixme,...
2016-11-26 Seo SanghyeonRollup merge of #37978 - fkjogu:master, r=sfackler
2016-11-26 Seo SanghyeonRollup merge of #37967 - sfackler:enumset-issue, r...
2016-11-26 Seo SanghyeonRollup merge of #37963 - bluss:iterator-docs, r=alexcri...
2016-11-26 Seo SanghyeonRollup merge of #37962 - GuillaumeGomez:socket-v6,...
2016-11-26 borsAuto merge of #37961 - samestep:radices, r=frewsxcv
2016-11-26 borsAuto merge of #37960 - samestep:five, r=frewsxcv
2016-11-26 Corey FarwellDocument how the `MutexGuard` structure is created.
2016-11-25 Corey FarwellDocument how the `RwLockWriteGuard` structure is created.
2016-11-25 Corey FarwellDocument how the `RwLockReadGuard` structure is created.
2016-11-25 Ulrik Sverdruprustbuild: Add bench = false to std shim crates
2016-11-25 borsAuto merge of #38000 - rkruppe:llvm-dinamespace-fwdcomp...
2016-11-25 Guillaume GomezAdd missing urls and examples to TcpStream
2016-11-25 Ulrik Sverdruprustbuild: Point to core and collections's external...
2016-11-25 Ulrik Sverdruprustbuild: Add bench subcommand
2016-11-25 borsAuto merge of #37987 - plietar:cross-proc-macro, r...
2016-11-25 Vickenty FesunovFollow our own recommendations in the examples
2016-11-25 Robin KruppePass new argument ExportSymbol to DIBuilder::createName...
2016-11-25 borsAuto merge of #37982 - rkruppe:llvm-diagnostic-fwdcompa...
2016-11-25 borsAuto merge of #37979 - nnethercote:Ty-super_fold_with...
2016-11-25 borsAuto merge of #37974 - japaric:abort, r=alexcrichton
2016-11-24 Paul LietarDelay error reporting of filename mismatch.
2016-11-24 Vadim PetrochenkovSupport `?Sized` in where clauses
next