]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #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 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 borsAuto merge of #37951 - jseyfried:improve_macro_resoluti...
2016-11-24 Corey FarwellRemove completed FIXME.
2016-11-24 borsAuto merge of #37944 - bluss:adaptors-are-empty, r...
2016-11-24 Robin KruppeSupport LLVM 4.0 in OptimizationDiagnostic FFI
2016-11-24 borsAuto merge of #37770 - pnkfelix:print-type-sizes, r...
2016-11-24 Nicholas NethercoteAvoid more unnecessary mk_ty calls in Ty::super_fold_with.
2016-11-24 borsAuto merge of #37943 - bluss:exact-is-empty, r=alexcrichton
2016-11-24 Felix S. Klock IITests of `-Z print-type-sizes` functionality.
2016-11-24 Felix S. Klock IIRevisions from review comments, squashed.
2016-11-24 Felix S. Klock IIAdd `-Z print-type-sizes`, a tool for digging into...
2016-11-24 fkjoguDefine `bound` argument in std::sync::mpsc::sync_channel
2016-11-24 borsAuto merge of #37890 - eddyb:rustdoc-1, r=nrc
2016-11-24 borsAuto merge of #37849 - xen0n:compiler-rt-bump, r=alexcr...
2016-11-24 Jorge Apariciostd: make compilation of libpanic_unwind optional via...
2016-11-23 borsAuto merge of #37931 - eddyb:meta-version, r=jseyfried
2016-11-23 Eduard-Mihai... rustdoc: we can now assume DocContext always has a...
2016-11-23 Eduard-Mihai... rustdoc: sidestep the main pipeline for test collection.
2016-11-23 Eduard-Mihai... rustdoc: use libsyntax ast::Attribute instead of "clean...
2016-11-23 borsAuto merge of #37908 - nrc:save-def, r=eddyb
2016-11-23 Steven FacklerAdd a tracking issue for enum_set
2016-11-23 Nick CameronInspect def locally instead of using a method
2016-11-23 borsAuto merge of #36449 - canndrew:expand_is_uninhabited...
2016-11-23 Guillaume GomezAdd missing examples to SocketAddrV6
2016-11-23 borsAuto merge of #37937 - GuillaumeGomez:rollup, r=Guillau...
2016-11-23 Sam EstepUse "radices" instead of "radicum"
2016-11-23 Sam EstepUse literal 5 instead of five in book section 4.1
2016-11-23 Guillaume GomezRollup merge of #37940 - michaelwoerister:ich-struct...
2016-11-23 Guillaume GomezRollup merge of #37938 - michaelwoerister:move-myriad...
2016-11-23 Guillaume GomezRollup merge of #37925 - jtdowney:env-args-doc-links...
2016-11-23 Guillaume GomezRollup merge of #37913 - GuillaumeGomez:socket-v4,...
2016-11-23 Guillaume GomezRollup merge of #37851 - jneem:master, r=sanxiyn
2016-11-23 Guillaume GomezRollup merge of #37836 - steveklabnik:remove-incorrect...
2016-11-23 Guillaume GomezRollup merge of #37760 - nnethercote:TypeWalker-SmallVe...
2016-11-23 Guillaume GomezRollup merge of #37442 - estebank:cast-deref-hint,...
2016-11-23 borsAuto merge of #37924 - brson:config-bug, r=alexcrichton
2016-11-23 Ulrik Sverdrupcore: Fix example for .map()
2016-11-23 Ulrik Sverdrupcore: Iterator docs, collect is not an adaptor
2016-11-23 Andrew CannRevert libcore changes
2016-11-23 borsAuto merge of #37886 - Stebalien:set-perm, r=alexcrichton
2016-11-23 Nick CameronFix a bunch of bugs shown by the test
2016-11-23 borsAuto merge of #37681 - nrc:crate-metadata, r=@alexcrichton
2016-11-23 Jeffrey Seyfriedmacros: improve performance of legacy name resolution.
2016-11-23 Ulrik Sverdrupcore, collections: Implement better .is_empty() for...
2016-11-23 Nick CameronAdd a test
2016-11-22 borsAuto merge of #37487 - goffrie:break, r=nikomatsakis
2016-11-22 Nick CameronRebasing and review changes
2016-11-22 Nick Cameronsave-analysis: fix ICE on partially resolved path
2016-11-22 Ulrik Sverdrupcore: Forward ExactSizeIterator methods for important...
2016-11-22 Michael WoeristerICH: Add test case for struct constructor expressions.
2016-11-22 Michael WoeristerMove the myriad-closures.rs test case to run-pass-full...
2016-11-22 Steven AllenAdd a method for setting permissions directly on an...
2016-11-22 Eduard-Mihai... rustc_metadata: don't break the version check when...
2016-11-22 borsAuto merge of #37843 - nikomatsakis:issue-33685-hard...
2016-11-22 borsAuto merge of #37834 - bluss:peek-none, r=BurntSushi
2016-11-22 Andrew CannUse FxHashSet instead of HashMap
2016-11-22 Andrew CannMake is_uninhabited respect privacy
2016-11-22 Andrew CannRevert libcore changes, redefine Void instead
2016-11-22 Andrew CannRecursive types are always non-empty
next