]> git.lizzy.rs Git - rust.git/history - src
add include ../tools.mk to the Makefile
[rust.git] / src /
2016-07-25 Jorge Aparicioadd include ../tools.mk to the Makefile
2016-05-05 Jorge Apariciorefactor: if -> match
2016-05-02 Jorge Apariciofix built-in target detection
2016-05-02 borsAuto merge of #33308 - ollie27:wingnu_jemalloc, r=alexc...
2016-05-02 borsAuto merge of #33303 - Aatch:mir-coercion-cast, r=arielb1
2016-05-02 borsAuto merge of #33289 - birkenfeld:chain-find, r=bluss
2016-05-02 borsAuto merge of #33284 - nagisa:mir-fix-constfn-pats...
2016-05-02 borsAuto merge of #33190 - jseyfried:improve_diagnostics...
2016-05-02 borsAuto merge of #33296 - jseyfried:non_idempotent_lowerin...
2016-05-02 Jeffrey SeyfriedRemove outdated comment
2016-05-02 Jeffrey SeyfriedAvoid keeping MTWT tables for save-analysis
2016-05-02 Jeffrey SeyfriedCleanup formatting
2016-05-01 Jeffrey SeyfriedRemove the lowering context's id caching system
2016-05-01 Jeffrey SeyfriedAvoid using the lowering context in `librustc_save_anal...
2016-05-01 Jeffrey SeyfriedRemove idempotent lowering test
2016-05-01 borsAuto merge of #33298 - drbo:patch-1, r=alexcrichton
2016-05-01 borsAuto merge of #33317 - michaelwoerister:fix-partitionin...
2016-05-01 Michael WoeristerFix a race condition caused by concurrently executed...
2016-05-01 Oliver MiddletonFix alloc_jemalloc on windows gnu targets
2016-05-01 James MillerHandle coercion casts properly when building the MIR
2016-04-30 Jeffrey SeyfriedPanic on relowering an AST node with a cached node id
2016-04-30 borsAuto merge of #33276 - bwinterton:btreeset-insert-doc...
2016-04-30 borsAuto merge of #33279 - brson:insert-diatribe-against...
2016-04-30 Georg BrandlImplement find() on Chain iterators
2016-04-30 borsAuto merge of #32846 - jseyfried:allow_unconfigured_gat...
2016-04-30 borsAuto merge of #33148 - sfackler:entry-key, r=alexcrichton
2016-04-30 Simonas KazlauskasImpl int/uint::MIN/MAX in terms of min/max_value
2016-04-30 Simonas KazlauskasFix patterns of the constants that are const meth
2016-04-29 borsAuto merge of #33229 - timothy-mcroy:master, r=guillaum...
2016-04-29 Jeffrey SeyfriedRemove use of `ast_map.expect_item()` and improve diagn...
2016-04-29 Jeffrey SeyfriedRemove use of `ast_map.span_if_local()` and improve...
2016-04-29 Jeffrey SeyfriedRevert #27493
2016-04-29 borsAuto merge of #33232 - jseyfried:resolve_ast_groundwork...
2016-04-29 Brayden WintertonMake Btreeset::Insert docs more consistent
2016-04-29 borsAuto merge of #33272 - Manishearth:rollup, r=Manishearth
2016-04-29 Manish GoregaokarRollup merge of #33258 - birkenfeld:fmt-dollar-syntax...
2016-04-29 Manish GoregaokarRollup merge of #33253 - ergenekonyigit:master, r=alexc...
2016-04-29 Manish GoregaokarRollup merge of #33248 - jseyfried:fix_save_analysis_bu...
2016-04-29 borsAuto merge of #33093 - alexcrichton:rustbuild-rmake...
2016-04-29 Alex Crichtontest: Move run-make tests into compiletest
2016-04-28 Jeffrey SeyfriedFix #33213, a bug in which glob imports are not include...
2016-04-28 borsAuto merge of #33171 - michaelwoerister:collector-drop...
2016-04-28 Michael WoeristerMake the codegen unit partitioner also emit item declar...
2016-04-28 borsAuto merge of #33217 - aochagavia:fileloader, r=nrc
2016-04-28 Michael WoeristerAdd FixedUnitCount codegen unit partitioning strategy.
2016-04-28 Michael WoeristerLet the translation item collector make a distinction...
2016-04-28 borsAuto merge of #33211 - alexcrichton:android-back-in...
2016-04-28 Timothy McRoyAdd detailed error message for E0434 #32777
2016-04-28 Georg BrandlClarify std::fmt width docs w.r.t. dollar syntax and...
2016-04-28 borsAuto merge of #33257 - steveklabnik:rollup, r=steveklabnik
2016-04-28 Steve KlabnikRollup merge of #33234 - TomasHubelbauer:TomasHubelbaue...
2016-04-28 Steve KlabnikRollup merge of #33218 - oli-obk:interned_str_cmp,...
2016-04-28 Steve KlabnikRollup merge of #33212 - bombless:scope-of-function...
2016-04-28 Steve KlabnikRollup merge of #33152 - bwinterton:master, r=steveklabnik
2016-04-28 Steve KlabnikRollup merge of #33095 - xogeny:xogeny-patch-1, r=steve...
2016-04-28 Steve KlabnikRollup merge of #33056 - GuillaumeGomez:as_mut_ptr_exam...
2016-04-28 Steve KlabnikRollup merge of #32991 - kindlychung:patch-2, r=stevekl...
2016-04-28 borsAuto merge of #33208 - nrc:save-json, r=pnkfelix
2016-04-28 borsAuto merge of #33161 - jseyfried:parse_tuple_struct_fie...
2016-04-28 borsAuto merge of #32980 - Aatch:better-mir-building, r...
2016-04-28 Ergenekon Yigitupdate features RFC
2016-04-28 Ergenekon Yigitupdate comments RFC and code snippets
2016-04-28 borsAuto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton
2016-04-28 Jeffrey SeyfriedAddress style nits
2016-04-28 borsAuto merge of #32791 - LeoTestard:feature-gate-clean...
2016-04-28 James MillerFactor out function call checking to a helper method
2016-04-28 James MillerCheck when building invoke as well as calls
2016-04-28 James MillerHandle immediate tuples in `trans_arguments_untupled`
2016-04-28 James MillerFix codegen-units tests
2016-04-28 James MillerMove zero-sized type handling logic to `new_operand`
2016-04-28 James MillerFix translation of `Assign`/`AssignOp` as rvalues
2016-04-28 James MillerFixup tests
2016-04-28 James MillerAddress comments
2016-04-28 James MillerVarious improvements to MIR and LLVM IR Construction
2016-04-27 Jeffrey SeyfriedAdd tests
2016-04-27 borsAuto merge of #33199 - mitaa:tokenize-responsibly,...
2016-04-27 mitaaMake some fatal lexer errors recoverable
2016-04-27 Oliver Middletonrustdoc: Render `extern fn` instead of `extern "C" fn`
2016-04-27 Nick CameronReview changes and satisfy make tidy
2016-04-27 Alex Crichtonstd: Add compatibility with android-9
2016-04-27 borsAuto merge of #33214 - oli-obk:const_err_var_exprs...
2016-04-27 Tomáš HübelbauerFix use of the `move` command in the Windows shell
2016-04-27 Adolfo Ochagavíarustc_driver: Allow running the compiler with a FileLoader
2016-04-27 Oliver Schneiderupdate Cargo.toml for rustbuild
2016-04-27 Jeffrey SeyfriedAvoid using the hir map when visibility checking in...
2016-04-27 Jeffrey SeyfriedRefactor away a use of `ast_map.span_if_local()`
2016-04-27 borsAuto merge of #33226 - fabricedesre:update-llvm, r...
2016-04-27 Jeffrey SeyfriedRefactor `resolve_crate_relative_path` and `resolve_mod...
2016-04-27 Jeffrey SeyfriedRefactor away `get_trait_name`
2016-04-27 Jeffrey SeyfriedRefactor away `is_static_method`
2016-04-27 Jeffrey SeyfriedRefactor away `FallbackChecks` and remove dead code
2016-04-27 Jeffrey SeyfriedRefactor field `span` of `NameBinding` from `Option...
2016-04-27 Fabrice DesréUpdate llvm to 751345228a0ef03fd147394bb5104359b7a808be
2016-04-26 borsAuto merge of #31414 - durka:clone-copy, r=alexcrichton
2016-04-26 borsAuto merge of #33191 - alexcrichton:rustdoc-create...
2016-04-26 Alex Burkashallow Clone for #[derive(Copy,Clone)]
2016-04-26 borsAuto merge of #33142 - tshepang:split-long-line, r...
2016-04-26 Kaiyin ZhongUpdate references-and-borrowing.md
2016-04-26 Oliver Schneiderallow InternedString to be compared to &str directly
2016-04-26 borsAuto merge of #33203 - Ryman:patch-3, r=alexcrichton
next