]> git.lizzy.rs Git - rust.git/history - src
Refactor `proc_macro::TokenStream` to use `syntax::tokenstream::TokenStream`; fix...
[rust.git] / src /
2017-01-16 Austin BonanderRefactor `proc_macro::TokenStream` to use `syntax:...
2017-01-15 borsAuto merge of #39042 - alexcrichton:upload-more, r...
2017-01-15 borsAuto merge of #38610 - djzin:master, r=sfackler
2017-01-15 Alex Crichtontravis: Expand dist builder coverage
2017-01-15 borsAuto merge of #39063 - ruuda:covered-switch, r=alexcrichton
2017-01-15 borsAuto merge of #39055 - aidanhs:aphs-deinit-before-init...
2017-01-15 borsAuto merge of #39052 - alexcrichton:fix-rebuild, r...
2017-01-15 borsAuto merge of #39045 - redox-os:process_try_wait, r...
2017-01-15 borsAuto merge of #39040 - estebank:relevant-impl-multiline...
2017-01-15 borsAuto merge of #39026 - alexcrichton:more-less-cross...
2017-01-14 borsAuto merge of #39020 - michaelwoerister:dep-graph-dfs...
2017-01-14 borsAuto merge of #38992 - nagisa:i128-minvallit, r=eddyb
2017-01-14 Djzinadd required imports & feature
2017-01-14 borsAuto merge of #38982 - clarcharr:expect_err, r=aturon
2017-01-14 djzinupdate array_vec to use new rangeargument
2017-01-14 djzinupdate docs with new syntax
2017-01-14 djzinupdate docs with new syntax
2017-01-14 djzinfix warnings in doctests
2017-01-14 djzinshorten range syntax
2017-01-14 djzinmake rangeargument methods non-default; simplify impl
2017-01-14 djzinsimplify some ranges
2017-01-14 djzinfix failing test
2017-01-14 djzinadd type annotations to doctest
2017-01-14 djzinadd test for range_mut
2017-01-14 djzinuse str range for string btreemap in test
2017-01-14 djzinuse rangeargument for range_mut
2017-01-14 djzinallow unsized types in `RangeArgument`
2017-01-14 djzinfix up tests
2017-01-14 djzinfix up tests
2017-01-14 djzinchange argument for btree_range
2017-01-14 djzinimpl RangeArgument for (Bound<T>, Bound<T>)
2017-01-14 djzinhave RangeArgument return a Bound<&T> from each of...
2017-01-14 borsAuto merge of #38952 - nrc:save-impl-fix, r=eddyb
2017-01-14 Ruud van AsseldonkFix covered-switch-default warnings in RustWrapper
2017-01-14 borsAuto merge of #38944 - michaelwoerister:incr-generics...
2017-01-14 borsAuto merge of #38935 - redox-os:fix_path_redox, r=brson
2017-01-14 borsAuto merge of #38927 - petrochenkov:leven, r=jseyfried
2017-01-14 borsAuto merge of #38914 - est31:tidy-gate-tests, r=nikomat...
2017-01-14 borsAuto merge of #39021 - alexcrichton:try-debug-travis...
2017-01-14 borsAuto merge of #38854 - Mark-Simulacrum:immediate-refact...
2017-01-13 borsAuto merge of #39030 - GuillaumeGomez:rollup, r=Guillau...
2017-01-13 Björn SteinbrinkAvoid using load/stores on first class aggregates
2017-01-13 Alex Crichtonrustbuild: Skip the build_helper crate in tests
2017-01-13 Jeremy SollerAdd try_wait to Redox process
2017-01-13 Jeremy SollerFix is_absolute on Redox
2017-01-13 Clar Charrexpect_err for Result.
2017-01-13 Vadim Petrochenkovresolve: Levenshtein-based suggestions for non-import...
2017-01-13 Esteban KüberUse multiline Diagnostic for "relevant impl" list
2017-01-13 borsAuto merge of #39036 - aidanhs:aphs-robust-docker,...
2017-01-13 Aidan Hobson SayersRemove strictly-unnecessary flags for docker
2017-01-13 borsAuto merge of #38890 - petrochenkov:noresolve, r=nrc
2017-01-13 Guillaume GomezRollup merge of #39027 - behnam:typo, r=frewsxcv
2017-01-13 Guillaume GomezRollup merge of #39024 - stjepang:owned-to-string,...
2017-01-13 Guillaume GomezRollup merge of #38995 - petrochenkov:minmax, r=Guillau...
2017-01-13 Guillaume GomezRollup merge of #38994 - BenWiederhake:master, r=sanxiyn
2017-01-13 Guillaume GomezRollup merge of #38986 - APTy:fix-nonblocking-test...
2017-01-13 Guillaume GomezRollup merge of #38965 - GuillaumeGomez:mutex_docs...
2017-01-13 Guillaume GomezRollup merge of #38946 - GuillaumeGomez:path_doc, r...
2017-01-13 Guillaume GomezRollup merge of #38877 - jdub:patch-1, r=sanxiyn
2017-01-13 Guillaume GomezRollup merge of #38636 - shahn:extend, r=steveklabnik
2017-01-13 Guillaume GomezRollup merge of #38362 - GuillaumeGomez:instant_doc...
2017-01-13 borsAuto merge of #38909 - clarcharr:char_struct_display...
2017-01-13 Behnam Esfahbod[libcollections] [doc] Fix typo in documentation
2017-01-13 borsAuto merge of #38748 - alexcrichton:upload, r=brson
2017-01-13 Alex Crichtonrustbuild: Actually don't build stage0 target rustc
2017-01-13 Stjepan GlavinaChange `to_owned` to `to_string` in docs
2017-01-13 borsAuto merge of #38675 - infinity0:more-jemalloc-fixes...
2017-01-12 Alex Crichtontravis: Start uploading artifacts on commits
2017-01-12 est31Also mark the struct_field_attributes regression test
2017-01-12 est31Mark even more tests as gate tests
2017-01-12 est31Use a whitelist and print nice hints
2017-01-12 est31Automatically treat test files "feature-gate-$f.rs...
2017-01-12 est31Don't require gate tests for removed features
2017-01-12 est31Add gate-test- to some already existing tests
2017-01-12 est31Require compile-fail tests for new lang features
2017-01-12 est31Use only one feature struct, and use hash maps in both...
2017-01-12 borsAuto merge of #38650 - infinity0:master, r=alexcrichton
2017-01-12 Michael Woeristerincr.comp.: Add some caching to Predecessors construction.
2017-01-12 Michael WoeristerAdd some more info to -Zincremental-info
2017-01-12 borsAuto merge of #38814 - Ralith:cfg-fields, r=jseyfried
2017-01-12 Michael WoeristerMark some BitVector methods with #[inline]
2017-01-12 Ximin LuoDisable jemalloc tests on platforms where it is disable...
2017-01-12 Ximin LuoAdd mips architectures to conditional-compile test
2017-01-12 Ximin LuoDisable jemalloc on s390x as well (closes #38596)
2017-01-12 borsAuto merge of #38569 - chris-morgan:rustdoc-highlight...
2017-01-12 borsAuto merge of #38779 - Craig-Macomber:bench, r=alexcrichton
2017-01-12 borsAuto merge of #38654 - alexcrichton:rustbuild-destdir...
2017-01-12 Vadim Petrochenkovresolve: Do not use "resolve"/"resolution" in error...
2017-01-12 Benjamin Saunderssyntax: struct field attributes and cfg
2017-01-12 borsAuto merge of #37926 - bluss:from-utf8-small-simplifica...
2017-01-12 borsAuto merge of #38867 - alexcrichton:ignore-test-on...
2017-01-12 borsAuto merge of #38605 - estebank:fix-38371, r=nikomatsakis
2017-01-11 Guillaume GomezAdd missing links and examples for path modules and...
2017-01-11 borsAuto merge of #38313 - jseyfried:self_imports, r=nrc
2017-01-11 Clar CharrImplement Display for char Escape*, To*case.
2017-01-11 Simonas KazlauskasFix two const-eval issues related to i128 negation
2017-01-11 Ben WiederhakeFix some typos in Nomicon
2017-01-11 Vadim PetrochenkovFix docs for min/max algorithms
2017-01-11 borsAuto merge of #38989 - arielb1:constant-mir-overflow2...
2017-01-11 borsAuto merge of #38984 - alexcrichton:less-debuginfo...
next