]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-01-20 Alex CrichtonRollup merge of #39166 - glandium:master, r=brson
2017-01-20 Alex CrichtonRollup merge of #39157 - michaelwoerister:debug-lto...
2017-01-20 Alex CrichtonRollup merge of #39146 - alexcrichton:fix-osx-debug...
2017-01-20 Alex CrichtonRollup merge of #39143 - nikomatsakis:issue-38967,...
2017-01-20 Alex CrichtonRollup merge of #39142 - nikomatsakis:issue-38973,...
2017-01-20 Alex CrichtonRollup merge of #39138 - gralpli:issue-39089, r=nrc
2017-01-20 Alex CrichtonRollup merge of #39135 - TheCycoONE:vec_drain_doc,...
2017-01-20 Alex CrichtonRollup merge of #39132 - alexcrichton:static-libstdcpp...
2017-01-20 Alex CrichtonRollup merge of #39120 - alexcrichton:emscripten-tests...
2017-01-20 Alex CrichtonRollup merge of #39118 - jseyfried:token_tree_based_par...
2017-01-20 Alex CrichtonRollup merge of #39114 - alexcrichton:fix-osx-image...
2017-01-20 Alex CrichtonRollup merge of #39112 - alexcrichton:i586-msvc, r...
2017-01-20 Alex CrichtonRollup merge of #39111 - alexcrichton:more-cross-target...
2017-01-20 Alex CrichtonRollup merge of #39077 - jseyfried:crate_var_imports...
2017-01-20 Alex CrichtonRollup merge of #39068 - alexcrichton:more-small-tests...
2017-01-20 Alex CrichtonRollup merge of #38966 - brson:relnotes, r=brson
2017-01-20 Alex CrichtonRollup merge of #38842 - abonander:proc_macro_attribute...
2017-01-20 Alex CrichtonRollup merge of #38761 - frewsxcv:thread-sleep-formatti...
2017-01-20 borsAuto merge of #39062 - martinhath:placement-in-binaryhe...
2017-01-20 borsAuto merge of #38955 - estebank:highlighted-diags,...
2017-01-20 borsAuto merge of #38603 - arielb1:supertrait-self-3, r...
2017-01-19 Alex Crichtontravis: Get an emscripten builder online
2017-01-19 borsAuto merge of #39136 - keeperofdakeys:proc-macro-doc...
2017-01-19 borsAuto merge of #38465 - japaric:msp430-interrupt, r...
2017-01-19 borsAuto merge of #39180 - GuillaumeGomez:rollup, r=Guillau...
2017-01-19 Jorge Aparicioadd cfail test for the new feature gate
2017-01-19 Guillaume GomezRollup merge of #39165 - frewsxcv:slice, r=GuillaumeGomez
2017-01-19 Guillaume GomezRollup merge of #39151 - canndrew:feature-gate-uninhabi...
2017-01-19 Guillaume GomezRollup merge of #39150 - birkenfeld:slice-doc, r=Guilla...
2017-01-19 Guillaume GomezRollup merge of #39149 - circuitfox:E0122-type-def...
2017-01-19 Guillaume GomezRollup merge of #39121 - grimreaper:eax/thethe, r=apasel422
2017-01-19 Guillaume GomezRollup merge of #39115 - king6cong:master, r=nikomatsakis
2017-01-19 Guillaume GomezRollup merge of #39091 - richard-imaoka:E0491-long...
2017-01-19 Guillaume GomezRollup merge of #39039 - michaelwoerister:ignore-gdb...
2017-01-19 Guillaume GomezRollup merge of #38970 - apasel422:may-dangle, r=pnkfelix
2017-01-19 Guillaume GomezRollup merge of #38922 - chris-morgan:fs-markdown-link...
2017-01-19 Guillaume GomezRollup merge of #38457 - frewsxcv:include, r=GuillaumeGomez
2017-01-19 borsAuto merge of #38464 - clarcharr:ip_cmp, r=sfackler
2017-01-19 Jorge Apariciocalling convention for MSP430 interrupts
2017-01-19 borsAuto merge of #38712 - clarcharr:duration_sum, r=sfackler
2017-01-19 Corey FarwellA few improvements to the slice docs.
2017-01-19 Mike HommeyUpdate jemalloc to include various fixes for OSX 10.12
2017-01-18 JoshAdd doctest to the proc-macro derive-test
2017-01-18 JoshStop warning when doc testing proc macro crates
2017-01-18 Michael WoeristerAdd regression test for debuginfo + LTO
2017-01-18 Andrew CannFeature gate `&Void`'s uninhabitedness.
2017-01-18 Georg Brandlcollections: update docs of slice get() and friends
2017-01-18 Chris StankusE0122 should apply with where clauses
2017-01-18 borsAuto merge of #38168 - estebank:help-E0034, r=nrc
2017-01-18 Alex Crichtontravis: Fix post-failure lldb invocation
2017-01-18 borsAuto merge of #39019 - nikomatsakis:issue-38919, r...
2017-01-17 Niko Matsakischeck inherent impls of traits for overlap as well
2017-01-17 Niko Matsakisrun rustdoc tests in the same sort of thread rustc...
2017-01-17 Niko Matsakistolerate `None` return from `get_line`
2017-01-17 Niko Matsakismore complete error message
2017-01-17 Esteban KüberTeach Diagnostics to highlight text
2017-01-17 Brian Anderson1.15 release notes
2017-01-17 gralpliFix ICE when compiling fn f<T: ?for<'a> Sized>() {}
2017-01-17 borsAuto merge of #37972 - bluss:iter-find-is-on-a-roll...
2017-01-17 Jeffrey SeyfriedFix fallout in `rustdoc`.
2017-01-17 Jeffrey SeyfriedRemove the lookahead buffer.
2017-01-17 Stephen E.... Clarify when range is removed by drain
2017-01-17 Martin Hafskjold... Fix BinaryHeap place by only constructing vec::PlaceBac...
2017-01-17 borsAuto merge of #39109 - michaelwoerister:incr-comp-cache...
2017-01-17 Alex Crichtontravis: Pass --enable-llvm-static-stdcpp
2017-01-17 borsAuto merge of #39100 - Mark-Simulacrum:fix-stage1,...
2017-01-17 Richard S.... Add error explanation for E0491
2017-01-17 borsAuto merge of #39110 - petrochenkov:sum, r=eddyb
2017-01-17 borsAuto merge of #39095 - nagisa:fix-ub-in-testhelp, r...
2017-01-17 Eitan Adlerminor typo fix
2017-01-17 Jeffrey SeyfriedAvoid interpolated token trees.
2017-01-17 Jeffrey SeyfriedClean up `ext::tt::transcribe`.
2017-01-17 Jeffrey SeyfriedRefactor the parser to consume token trees.
2017-01-17 Jeffrey SeyfriedIntroduce `string_reader.parse_all_token_trees()`.
2017-01-17 Jeffrey SeyfriedGive the `StringReader` a `sess: &ParseSess`.
2017-01-17 borsAuto merge of #39050 - alexcrichton:travis-nightly...
2017-01-17 Vadim PetrochenkovRename ObjectSum into TraitObject in AST/HIR
2017-01-17 Austin BonanderMove "completed feature gate checking" pass to after...
2017-01-17 Austin BonanderFix `feature_gate::find_lang_feature_issue()` to not...
2017-01-17 Austin BonanderImplement `#[proc_macro_attribute]`
2017-01-17 Alex Crichtontravis: Pass --release-channel=nightly on deploy
2017-01-17 borsAuto merge of #39090 - solson:exprkind-array, r=eddyb
2017-01-17 king6congconsistent doc wording
2017-01-17 borsAuto merge of #39087 - nrc:qquote-empty-delim, r=jseyfried
2017-01-17 Jeffrey SeyfriedRemove field `tokens_consumed` of `Parser`.
2017-01-17 Alex Crichtontravis: Expand the `cross` linux image
2017-01-17 Alex Crichtontravis: Tweak OSX image configuration
2017-01-17 Alex Crichtonappveyor: Test/Dist i586 MSVC
2017-01-17 borsAuto merge of #38949 - GuillaumeGomez:fix_linker, r...
2017-01-16 Michael Woeristerignore-gdb-version: Address review comments.
2017-01-16 Vadim Petrochenkovsyntax: Rename parse_ty -> parse_ty_no_plus, parse_ty_s...
2017-01-16 Vadim PetrochenkovUse resizable Vec instead of P<[T]> in AST
2017-01-16 Michael Woeristerincr.comp.: Delete orphaned work-products.
2017-01-16 Vadim PetrochenkovAST/HIR: Merge ObjectSum and PolyTraitRef
2017-01-16 borsAuto merge of #39108 - GuillaumeGomez:rollup, r=Guillau...
2017-01-16 Guillaume GomezRollup merge of #39106 - istankovic:patch-2, r=Guillaum...
2017-01-16 Guillaume GomezRollup merge of #39105 - istankovic:patch-1, r=sfackler
2017-01-16 Guillaume GomezRollup merge of #39084 - sphela:book-update-patterns...
2017-01-16 Guillaume GomezRollup merge of #39065 - frewsxcv:libstd-os-unix-ffi...
2017-01-16 Guillaume GomezRollup merge of #39028 - frewsxcv:libstd-env-docs,...
next