]> git.lizzy.rs Git - rust.git/history - src
feature on test
[rust.git] / src /
2018-04-29 Mark Mansifeature on test
2018-04-27 Mark Mansinot insta-stable
2018-04-26 Mark Mansimake Vec::new const :P
2018-04-25 Mark Mansimake RawVec::empty const
2018-04-25 Mark MansiMake Vec::new const
2018-04-25 borsAuto merge of #49321 - ishitatsuyuki:compile-pass,...
2018-04-25 borsAuto merge of #50134 - andjo403:jobserver, r=michaelwoe...
2018-04-25 borsAuto merge of #50110 - oli-obk:warn_all_the_constants...
2018-04-25 Tatsuyuki Ishicompiletest: introduce skip-trans
2018-04-25 borsAuto merge of #50106 - nnethercote:nearest_common_ances...
2018-04-25 borsAuto merge of #50100 - Manishearth:edition-path-lint...
2018-04-25 borsAuto merge of #49986 - zofrex:better-derived-argument...
2018-04-24 James SandersonTest format hygiene
2018-04-24 borsAuto merge of #50096 - alexcrichton:less-simd-warnings...
2018-04-24 James SandersonGensym arguments for format macro
2018-04-24 James SandersonTest deriving hygiene
2018-04-24 borsAuto merge of #49933 - oli-obk:miri_rustup, r=eddyb
2018-04-24 borsAuto merge of #50079 - NickAtAccuPS:android_abstract_so...
2018-04-24 Oliver SchneiderWarn on all erroneous constants
2018-04-24 borsAuto merge of #49911 - rcoh:master, r=nikomatsakis
2018-04-24 borsAuto merge of #49837 - nikomatsakis:chalkify-engine...
2018-04-24 borsAuto merge of #50191 - kennytm:rollup, r=kennytm
2018-04-24 kennytmRollup merge of #50185 - dmizuk:mod_euc-fix-overflow...
2018-04-24 kennytmRollup merge of #50174 - nnethercote:FxHashMap-Interner...
2018-04-24 kennytmRollup merge of #50139 - nivkner:docs, r=steveklabnik
2018-04-24 kennytmRollup merge of #50118 - GuillaumeGomez:search-bar...
2018-04-24 kennytmRollup merge of #49985 - zackmdavis:0, r=estebank
2018-04-24 kennytmRollup merge of #49970 - SimonSapin:deprecate, r=sfackler
2018-04-24 kennytmRollup merge of #49906 - kennytm:stable-unreachable...
2018-04-24 kennytmRollup merge of #49829 - ecstatic-morse:os-docs, r...
2018-04-24 kennytmRollup merge of #49812 - ehuss:ui-test-revisions, r...
2018-04-24 kennytmRollup merge of #49727 - stjepang:cell-update, r=SimonSapin
2018-04-24 kennytmRollup merge of #49461 - andreastt:child-kill-exited...
2018-04-24 borsAuto merge of #48999 - GuillaumeGomez:add-repeat-on...
2018-04-24 borsAuto merge of #48989 - ExpHP:path-prefix, r=dtolnay
2018-04-23 borsAuto merge of #49779 - oli-obk:const_err_regression...
2018-04-23 Guillaume Gomezfix search bar bug
2018-04-23 borsAuto merge of #49368 - matthewjasper:feature-gate-where...
2018-04-23 Stjepan GlavinaAssign the tracking issue
2018-04-23 Daiki Mizukamicore: Minor cleanup
2018-04-23 Stjepan GlavinaClarify the docs for Cell::update
2018-04-23 Niko Matsakissort strings on output
2018-04-23 Niko Matsakiseliminate the `Lrc` of a slice and just return the...
2018-04-23 Niko Matsakisfirst draft of `program_clauses_for_env`
2018-04-23 Niko Matsakisin unit tests, use `note` to dump multiple program...
2018-04-23 Niko Matsakisrustfmt lowering.rs
2018-04-23 Niko Matsakisintroduce new DefPathData variants for traits, assoc...
2018-04-23 Niko Matsakisadd `Goal::CannotProve` and extract `ProgramClause...
2018-04-23 Niko Matsakiscreate a `QueryRegionConstraint` type
2018-04-23 Niko Matsakisadd a `-Zchalk` command-line option
2018-04-23 Daiki Mizukamicore: Fix overflow in `int::mod_euc` when `self < 0...
2018-04-23 Andreas Jonsonmake rustdoc test follow the jobserver limit of threads...
2018-04-23 Russell CohenDon't allow #[should_panic] with non-() tests
2018-04-23 borsAuto merge of #49372 - Phlosioneer:inherent-impl-defaul...
2018-04-23 Oliver SchneiderFix the miri tool
2018-04-23 Nicholas NethercoteUse FxHashMap in syntax_pos::symbol::Interner::intern.
2018-04-23 Oliver Schneideralways optimize test
2018-04-23 borsAuto merge of #50129 - wesleywiser:clean_up1, r=michael...
2018-04-23 borsAuto merge of #50171 - mattico:update-mdbook, r=Mark...
2018-04-23 borsAuto merge of #48946 - PramodBisht:issues/48636, r...
2018-04-23 Matt IckstadtUpdate MDBook
2018-04-22 borsAuto merge of #50144 - sfackler:oom-lang-item, r=alexcr...
2018-04-22 Steven FacklerRemove unused AllocatorTy::Bang
2018-04-22 Steven FacklerRemove Alloc::oom
2018-04-22 Steven FacklerReplace GlobalAlloc::oom with a lang item
2018-04-22 borsAuto merge of #50152 - petrochenkov:nooverhyg, r=alexcr...
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 Pramod Bisht1) Addresses #48636
2018-04-22 borsAuto merge of #50109 - SimonSapin:copy, r=sfackler
2018-04-22 borsAuto merge of #49757 - GuillaumeGomez:never-search...
2018-04-22 Vadim Petrochenkovparser: Do not override syntactic context for dummy...
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
next