]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-05-28 Jonathan BehrensAvoid 128-bit arithmetic where possible
2018-05-19 Jonathan BehrensAdd as_micros and as_millis methods
2018-04-24 Jonathan BehrensIssue number should be for tracking issue not PR
2018-04-22 Jonathan BehrensDoctest of feature requires that feature
2018-04-22 Jonathan BehrensAdd issue number
2018-04-22 Jonathan BehrensUse NANOS_PER_SEC constant
2018-04-22 Jonathan BehrensAdd as_nanos function to duration
2018-04-22 borsAuto merge of #50135 - matklad:update-cargo, r=kennytm
2018-04-22 borsAuto merge of #49954 - GuillaumeGomez:doc-settings...
2018-04-22 borsAuto merge of #50123 - kennytm:do-not-test-rls-if-build...
2018-04-22 borsAuto merge of #50109 - SimonSapin:copy, r=sfackler
2018-04-22 borsAuto merge of #49757 - GuillaumeGomez:never-search...
2018-04-22 borsAuto merge of #49896 - SimonSapin:inherent, r=alexcrichton
2018-04-21 Guillaume GomezAdd doc about doc alias feature
2018-04-21 Guillaume GomezAdd tracking issue number for doc alias feature
2018-04-21 borsAuto merge of #50121 - pnkfelix:revert-stabilization...
2018-04-21 Guillaume Gomezremove unused condition
2018-04-21 Guillaume GomezAdd alias tests
2018-04-21 Guillaume Gomezupdate tester
2018-04-21 Guillaume Gomezfix invalid items removal
2018-04-21 Guillaume Gomezadd more aliases
2018-04-21 Guillaume GomezAdd aliases in the search as well
2018-04-21 Guillaume GomezGenerate alias file
2018-04-21 Guillaume GomezAdd specific never search
2018-04-21 Guillaume GomezRemove link generation on image, favicon and logo in...
2018-04-21 borsAuto merge of #50039 - ExpHP:quick-50002, r=alexcrichton
2018-04-21 borsAuto merge of #50093 - alexcrichton:android-uwtable...
2018-04-21 Alex Crichtonrustc: Always emit `uwtable` on Android
2018-04-21 borsAuto merge of #50120 - alexcrichton:more-proc-macro...
2018-04-21 borsAuto merge of #50076 - spastorino:fix_exhaust_iter_in_d...
2018-04-21 Aleksey KladovUpdate Cargo
2018-04-21 Simon SapinMake the unstable StrExt and SliceExt traits private...
2018-04-21 Simon SapinMove intrinsics-based float methods out of libcore...
2018-04-21 Simon SapinAdd some f32 and f64 inherent methods in libcore
2018-04-21 Simon SapinReplace StrExt with inherent str methods in libcore
2018-04-21 Simon SapinReplace SliceExt with inherent [T] methods in libcore
2018-04-21 Simon SapinMove non-allocating [u8] inherent methods to libcore
2018-04-21 Simon SapinRemove unused methods on the private Wtf8 type
2018-04-21 kennytmAdd back missing `#![feature(never_type)]`s
2018-04-21 borsAuto merge of #50080 - klnusbaum:edition_49591, r=Manis...
2018-04-21 Alex Crichtonrustc: Tweak custom attribute capabilities
2018-04-21 Kurtis Nusbaumfix two compile-fail tests that were still using -Zedition
2018-04-21 borsAuto merge of #50056 - alexcrichton:update-cargo, r...
2018-04-20 Kurtis Nusbaumfix some small compile errors
2018-04-20 borsAuto merge of #50088 - alexcrichton:std-tweaks, r=sfackler
2018-04-20 kennytmDo not test RLS and rustfmt if build of these failed.
2018-04-20 borsAuto merge of #50119 - kennytm:rollup, r=kennytm
2018-04-20 Felix S. Klock IIRevert "Stabilize the TryFrom and TryInto traits"
2018-04-20 Felix S. Klock IIBring back old fallback semantics: Without feature...
2018-04-20 Felix S. Klock IIRevert stabilization of `feature(never_type)`.
2018-04-20 kennytmRollup merge of #50117 - pnkfelix:fix-issue-50113,...
2018-04-20 kennytmRollup merge of #50114 - wesleywiser:patch-3, r=michael...
2018-04-20 kennytmRollup merge of #50104 - mixi:libxml2-llvm, r=alexcrichton
2018-04-20 kennytmRollup merge of #50083 - alexcrichton:increase-wasm...
2018-04-20 kennytmRollup merge of #50081 - GuillaumeGomez:stdsimd-update...
2018-04-20 kennytmRollup merge of #50058 - krk:patch-1, r=Mark-Simulacrum
2018-04-20 kennytmRollup merge of #50031 - krk:issue-46336, r=estebank
2018-04-20 Alex CrichtonUpdate the Cargo submodule
2018-04-20 Felix S. Klock IIFix #50113: must explicitly request file name when...
2018-04-20 Wesley WiserFix bad merge in #49991
2018-04-20 borsAuto merge of #50062 - varkor:xpy-check-rustdoc, r...
2018-04-20 Simon SapinImplement Copy for std::alloc::Layout
2018-04-20 borsAuto merge of #50052 - nnethercote:char_lit, r=Mark...
2018-04-20 Johannes NixdorfDisable auto-detection of libxml2 when compiling llvm.
2018-04-20 borsAuto merge of #49991 - wesleywiser:remove_hir_inlining...
2018-04-20 borsAuto merge of #50069 - alexcrichton:fix-proc-macro...
2018-04-20 Kurtis Nusbaumadd EDITIONS_NAME_LIST, make edition tracked, enforce...
2018-04-20 borsAuto merge of #50051 - nnethercote:no-env-var, r=Mark...
2018-04-20 Wesley WiserRemove HIR inlining
2018-04-19 Alex CrichtonTweak some stabilizations in libstd
2018-04-19 borsAuto merge of #48553 - seanmonstar:atomic-debug, r...
2018-04-19 Alex Crichtonwasm: Increase default stack size to 1MB
2018-04-19 Guillaume GomezUpdate stdsimd submodule
2018-04-19 Kurtis Nusbaumadd --edition option
2018-04-19 varkorEnsure CleanTools is run for check rustdoc
2018-04-19 varkorAdd rustdoc to x.py check
2018-04-19 borsAuto merge of #50020 - oli-obk:clippy, r=Manishearth
2018-04-19 Santiago PastorinoFix Iter exhaustion in prove_predicates when debug...
2018-04-19 borsAuto merge of #49900 - pnkfelix:compare-mode-nll-follow...
2018-04-19 borsAuto merge of #49949 - oli-obk:const_signed_pat, r...
2018-04-19 Oliver SchneiderSign extend constants in range patterns
2018-04-19 Oliver SchneiderUpdate clippy
2018-04-19 borsAuto merge of #49890 - varkor:xpy-check-rustc_trans...
2018-04-19 borsAuto merge of #49630 - npmccallum:shl, r=alexcrichton
2018-04-19 Alex Crichtonproc_macro: Stay on the "use the cache" path more
2018-04-19 borsAuto merge of #50048 - glandium:issue50041, r=eddyb
2018-04-18 Nicholas NethercoteAvoid allocating when parsing \u{...} literals.
2018-04-18 varkorAdd rerun-if-env-changed=RUST_CHECK to librustc_llvm
2018-04-18 Nicholas NethercoteLazily evaluate EvalErrorKind::*.into() calls.
2018-04-18 borsAuto merge of #50022 - nrc:doc-analysis, r=mark-simulacrum
2018-04-18 Michael Lamparskifix my unit test that was horrendously wrong
2018-04-18 borsAuto merge of #50017 - tinaun:stabilize-all-the-things...
2018-04-18 borsAuto merge of #50006 - rcoh:reorder-compiler-builtins...
2018-04-18 KeremAdded build disk usage information
2018-04-18 borsAuto merge of #49993 - nnethercote:shrink-Token, r...
2018-04-18 Felix S. Klock IIWhen running under compare-mode=nll, generate expected...
2018-04-18 Felix S. Klock IIWorkaround rust-lang/rust#49998 by opting into experime...
2018-04-18 Felix S. Klock IIWork around rust-lang/rust#49998 with experimental...
2018-04-18 Felix S. Klock IIRemoved `.nll.stderr` files that currently match their...
2018-04-18 Felix S. Klock IITrivial updates to `.nll.stderr` files post-rebase...
next