]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-07-11 Tobias SchottdorfDowngrade ProjectionTy's TraitRef to its substs
2017-07-11 borsAuto merge of #43006 - GuillaumeGomez:e0611-cleanup...
2017-07-11 Niko Matsakistweak word ordering
2017-07-11 Guillaume GomezClean up some code
2017-07-11 borsAuto merge of #43147 - oyvindln:deflate_fix, r=alexcrichton
2017-07-11 borsAuto merge of #42913 - kennytm:fix-40569-ident-without...
2017-07-10 borsAuto merge of #43028 - michaelwoerister:dedup-dep-nodes...
2017-07-10 Niko Matsakisdon't panic in `dep_node_debug_str` if `self.data`...
2017-07-10 borsAuto merge of #43152 - Mark-Simulacrum:test-src-doc...
2017-07-10 Mark SimulacrumTest src/doc once more
2017-07-10 oyvindlnUse similar compression settings as before updating...
2017-07-10 borsAuto merge of #43109 - pnkfelix:fix-link_args-gate...
2017-07-10 Felix S. Klock IIFix feature gate for `#[link_args(..)]` attribute so...
2017-07-10 Michael Woeristerincr.comp.: Cache DepNodes with corresponding query...
2017-07-10 Michael Woeristerincr.comp.: Introduce the concept of anonymous DepNodes.
2017-07-10 Michael Woeristerincr.comp.: Manage dependency graph on main thread.
2017-07-10 Michael WoeristerFix some `tidy` errors.
2017-07-10 Michael WoeristerDeduplicate DepNode::ConstEval()
2017-07-10 Michael WoeristerAllow 'tcx in define_dep_nodes! and deduplicate some...
2017-07-10 Michael WoeristerAdd StableHash implementation for ty::Instance.
2017-07-10 Michael Woeristerincr.comp.: Improve debug output for work products.
2017-07-10 Michael WoeristerSplit DepNode::ItemSignature into non-overlapping variants.
2017-07-09 borsAuto merge of #43115 - petrochenkov:methlife2, r=eddyb
2017-07-09 Vadim PetrochenkovUpdate rls to pull rustfmt with libsyntax changes
2017-07-09 Vadim PetrochenkovStore all generic arguments for method calls in HIR
2017-07-09 Vadim PetrochenkovStore all generic arguments for method calls in AST
2017-07-09 borsAuto merge of #43130 - GuillaumeGomez:rustdoc-fn-spacin...
2017-07-09 borsAuto merge of #43117 - MJDSys:fix_rustbuild_libdir_2...
2017-07-09 Guillaume GomezAdd spacing between trait functions
2017-07-09 borsAuto merge of #43082 - ids1024:condvar2, r=alexcrichton
2017-07-09 borsAuto merge of #43128 - ibabushkin:master, r=eddyb
2017-07-08 borsAuto merge of #43097 - PlasmaPower:large-align, r=eddyb
2017-07-08 Inokentiy BabushkinImplemented `TypeFoldable` for `TypeError`s.
2017-07-08 borsAuto merge of #43075 - durka:error-long-link, r=nikomat...
2017-07-08 Lee BousfieldInternally limit alignment to 2^30
2017-07-08 borsAuto merge of #43019 - kevinmehall:cleanup-errors,...
2017-07-08 Lee BousfieldBox large array to avoid blowing the stack
2017-07-08 borsAuto merge of #42996 - Boreeas:merge-e0609-e0612, r...
2017-07-08 Lee BousfieldLower alignment limit down to 2^31 - 1 (from LLVM)
2017-07-08 Lee BousfieldRaised alignment limit from 2^15 to 2^31
2017-07-08 borsAuto merge of #43104 - nbaksalyar:rustbuild-illumos...
2017-07-08 borsAuto merge of #43077 - SimonSapin:ranges, r=alexcrichton
2017-07-08 Simon SapinAdd tests for reaching the end of RangeInclusive as...
2017-07-08 Simon SapinAdd tests for Range*::nth
2017-07-08 Simon SapinImplement O(1)-time Iterator::nth for Range*
2017-07-08 Simon SapinFactorize some macros in iter/range.rs
2017-07-08 Simon SapinRemove Step::steps_between, rename steps_between_by_one...
2017-07-08 Simon SapinRemove unused Step methods
2017-07-08 Simon SapinRemove unused Add bounds in iterator for ranges impls.
2017-07-08 borsAuto merge of #43072 - cuviper:linux-stack-guard, r...
2017-07-08 Matthew DawsonFix stage 2 builds with a custom libdir.
2017-07-08 borsAuto merge of #42894 - petrochenkov:deny, r=nikomatsakis
2017-07-08 Vadim PetrochenkovMake `patterns_in_fns_without_body` warn-by-default...
2017-07-07 Vadim PetrochenkovMove public reexports of private extern crates into...
2017-07-07 Vadim PetrochenkovMake sufficiently old or low-impact compatibility lints...
2017-07-07 Vadim PetrochenkovRemove more anonymous trait method parameters
2017-07-07 borsAuto merge of #42840 - arielb1:poison-smoke-and-mirrors...
2017-07-07 boreeasFold E0613 into E0609
2017-07-07 borsAuto merge of #42809 - seanmonstar:stable-associated...
2017-07-07 Ariel Ben-Yehudareturn EvaluatedToRecur when evaluating a recursive...
2017-07-07 Ariel Ben-Yehudause the evaluation cache instead of the global fulfillm...
2017-07-07 Ariel Ben-Yehudause dep-graph reads for the evaluation cache
2017-07-07 Ariel Ben-Yehudaprevent illegal coinductive matching in trait evaluation
2017-07-07 Josh StoneSkip the main thread's manual stack guard on Linux
2017-07-07 Ian Douglas... Redox: Fix Condvar.wait(); do not lock mutex twice
2017-07-07 borsAuto merge of #43099 - japaric:msp430, r=alexcrichton
2017-07-07 borsAuto merge of #43093 - rthomas:39791-hashmap, r=alexcri...
2017-07-07 borsAuto merge of #43060 - petrochenkov:asless, r=estebank
2017-07-07 Vadim Petrochenkovsyntax: Apply recovery for casts to type ascription
2017-07-07 Vadim PetrochenkovFix spans for binary operator expression with interpola...
2017-07-07 borsAuto merge of #43091 - aidanhs:aphs-no-docker-priv...
2017-07-07 kennytmOnly match a fragment specifier the if it starts with...
2017-07-07 borsAuto merge of #43068 - ollie27:rustdoc_markdown_tests...
2017-07-07 Nikita BaksalyarFix Rustbuild linking on Illumos
2017-07-07 borsAuto merge of #43062 - sfackler:connect-timeout, r...
2017-07-07 Steven FacklerImplement TcpStream::connect_timeout
2017-07-07 Kevin MehallRemove unused code from librustc_errors
2017-07-07 borsAuto merge of #42125 - petrochenkov:privty, r=nikomatsakis
2017-07-06 petrochenkovAddress review comments
2017-07-06 borsAuto merge of #42904 - estebank:number-suggestions...
2017-07-06 Aidan Hobson... Privileged in docker run isn't necessary
2017-07-06 Jorge Aparicioadd a built-in MSP430 target
2017-07-06 Esteban KüberOnly underline suggestion if it is not the only code...
2017-07-06 Esteban KüberAdd extra whitespace for suggestions
2017-07-06 Esteban KüberMake suggestion include the line number
2017-07-06 Vadim PetrochenkovCheck adjustments and node substs
2017-07-06 Vadim PetrochenkovCheck types for privacy
2017-07-06 Alex Burkachange error URLs to footnote style
2017-07-06 Alex Burkafix description for E0617
2017-07-06 Corey FarwellFix a couple broken links to the reference from error...
2017-07-06 borsAuto merge of #43092 - aidanhs:aphs-retry-llvm-tarball...
2017-07-06 Ryan ThomasAdd annotations to the resize fn #39791
2017-07-06 Sean McArthurremove associated_consts feature gate
2017-07-06 Aidan Hobson... Retry downloading llvm commit tarball
2017-07-06 borsAuto merge of #42816 - alexcrichton:probestack, r=nikom...
2017-07-06 Alex Crichtonrustc: Implement stack probes for x86
2017-07-06 Oliver Middletonrustdoc: Don't run Markdown tests twice
2017-07-06 borsAuto merge of #43066 - pornel:patch-1, r=Mark-Simulacrum
2017-07-06 borsAuto merge of #43078 - kennytm:fix-42755-vis-can-be...
2017-07-06 KornelSuggest rustup toolchain link
next