]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-03-05 Manish GoregaokarRollup merge of #23013 - nikomatsakis:syncbox, r=pnkfelix
2015-03-05 Manish GoregaokarRollup merge of #23004 - alexcrichton:libc-stable,...
2015-03-05 Manish GoregaokarRollup merge of #23001 - alexcrichton:index-output...
2015-03-05 Manish GoregaokarRollup merge of #23000 - Florob:unicode-FL, r=brson
2015-03-05 Manish GoregaokarRollup merge of #22939 - bleibig:grammar-updates, r...
2015-03-05 Manish GoregaokarRollup merge of #22029 - iKevinY:tidy-changes, r=brson
2015-03-05 borsAuto merge of #22061 - pczarn:quote_matcher_and_attr...
2015-03-05 borsAuto merge of #22873 - alexcrichton:deprecate-fs, r...
2015-03-04 Alex Crichtonstd: Deprecate std::old_io::fs
2015-03-04 Piotr CzarneckiAdd quasiquote for matchers and attributes
2015-03-04 borsAuto merge of #22235 - michaelwoerister:cross-crate...
2015-03-04 borsAuto merge of #22920 - tshepang:remove-some-warnings...
2015-03-04 borsAuto merge of #22958 - laijs:option_map_for_iter_map...
2015-03-04 Michael WoeristerEncode codemap and span information in crate metadata.
2015-03-04 Niko MatsakisWhen generating WF criteria, do not visit the same...
2015-03-03 Alex Crichtonlibc: Move features behind a cfg_attr gate
2015-03-03 borsAuto merge of #23002 - pnkfelix:fsk-box-place-runway...
2015-03-03 Felix S. Klock IIFix doc example to accommodate overloaded-box.
2015-03-03 Felix S. Klock IISwitched to Box::new in many places.
2015-03-03 Felix S. Klock IIinline `Box::new` always.
2015-03-03 Felix S. Klock IIAdd `: Box<_>` or `::Box<_>` type annotations to variou...
2015-03-03 Alex Crichtonstd: Mark `Index::Output` as a stable associated type
2015-03-03 Florian Zeitzunicode: Properly parse ranges in UnicodeData.txt
2015-03-03 borsAuto merge of #22997 - pnkfelix:make-timestamps-robust...
2015-03-03 borsAuto merge of #22532 - pnkfelix:arith-overflow, r=pnkfe...
2015-03-03 Felix S. Klock IIMake build timestamp files robust in face of concurrent...
2015-03-03 Felix S. Klock IIsidestep potential over- and underflow in estimated...
2015-03-03 borsAuto merge of #22995 - Manishearth:rollup, r=Manishearth
2015-03-03 Manish GoregaokarRollup merge of #22988 - dcrewi:slice-swap-inline,...
2015-03-03 Manish GoregaokarRollup merge of #22982 - tbu-:pr_fixup_22510, r=Manishearth
2015-03-03 Manish GoregaokarRollup merge of #22977 - kmcallister:issue-15778, r...
2015-03-03 Tobias BucherRevert incorrect `usize` -> `u32` replacements from...
2015-03-03 Manish GoregaokarRollup merge of #22974 - nagisa:reintuint-std, r=alexcr...
2015-03-03 Manish GoregaokarRollup merge of #22970 - pnkfelix:fsk-robust-backtrace...
2015-03-03 Manish GoregaokarRollup merge of #22956 - ejjeong:aarch64-linux-android...
2015-03-03 Manish GoregaokarRollup merge of #22952 - huonw:missing-stable, r=alexcr...
2015-03-03 Manish GoregaokarRollup merge of #22951 - huonw:weak-chuck-slice, r...
2015-03-03 Manish GoregaokarRollup merge of #22876 - Florob:const, r=nikomatsakis
2015-03-03 Manish GoregaokarRollup merge of #22990 - japaric:privATe, r=alexcrichton
2015-03-03 Manish GoregaokarRollup merge of #22989 - laijs:fix_FromStr_bool_comment...
2015-03-03 Manish GoregaokarRollup merge of #22969 - dotdash:no_alloca_zeroed,...
2015-03-03 Manish GoregaokarRollup merge of #22960 - huonw:static-assert, r=huonw
2015-03-03 Manish GoregaokarRollup merge of #22943 - ipetkov:lint-recursion, r...
2015-03-03 Manish GoregaokarRollup merge of #22916 - rprichard:fmt-num-cleanup...
2015-03-03 Manish GoregaokarFix backtrace tests for Linux
2015-03-03 Felix S. Klock IIIncorporated second review suggestion from eddyb.
2015-03-03 Felix S. Klock IIIncorporated first review sugestion from eddyb.
2015-03-03 Felix S. Klock IIFix span typo in the arithmetic overflow for array...
2015-03-03 Felix S. Klock IIUpdate tests for const-eval error handling changes.
2015-03-03 Felix S. Klock IISwitch to eval_const_expr_partial in `trans::consts`.
2015-03-03 Felix S. Klock IISwitch to `eval_const_expr_partial` when `check_match...
2015-03-03 Felix S. Klock IIAddress arith-overflow and error-handling in `const_eva...
2015-03-03 Felix S. Klock IIAvoid fatal errors in astconv; just err and return...
2015-03-03 Felix S. Klock IICatch arith-overflow explicitly during `rustc::middle...
2015-03-03 Felix S. Klock IIAccommodate simple cases of arith-overflow in `rustc...
2015-03-03 Felix S. Klock II`core::iter`: fix bug uncovered by arith-overflow.
2015-03-03 Felix S. Klock IIAccommodate arith-overflow in `rand` and `std::rand`.
2015-03-03 Felix S. Klock IIAccommodate arith-overflow in serialize::json numeric...
2015-03-03 Felix S. Klock IIAccommodate arith-overflow in `core::num`, `std::num...
2015-03-03 Felix S. Klock IIFix the overflowing tests in run-fail.
2015-03-03 Felix S. Klock IIFixes to collections to accommodate arith-overflow...
2015-03-03 Niko Matsakisfix test generic-extern-mangle.rs
2015-03-03 Felix S. Klock IIfix Iter::rposition for new arith-overflow checking.
2015-03-03 Felix S. Klock IIAdded `OverflowingOps` trait to core::num::wrapping.
2015-03-03 James MillerImplement parse_opt_bool better
2015-03-03 James MillerAdd `core::num::wrapping` and fix overflow errors.
2015-03-03 Corey Richardsonrustc: implement arithmetic overflow checking
2015-03-03 Felix S. Klock IIMake `test/run-pass/backtrace.rs` more robust about...
2015-03-03 Felix S. Klock IIAvoid ICE when `FnCtxt::local_ty` cannot find type...
2015-03-03 borsAuto merge of #22971 - lifthrasiir:metadata-reform...
2015-03-03 Jorge Apariciofix fallout
2015-03-03 Jorge Aparicioprivacy: walk associated types in trait impls
2015-03-03 Kang Seonghoonmetadata: Reordered integral tags in the ascending...
2015-03-03 Lai Jiangshanstr: fix comments for FromStr for bool
2015-03-03 David CreswickSlice::swap should be inlineable
2015-03-03 Kang Seonghoonmetadata: Bump the metadata encoding version.
2015-03-03 Kang Seonghoonmetadata: Compact integer encoding.
2015-03-03 Kang Seonghoonmetadata: Flatten `tag_table_id` and `tag_table_val...
2015-03-03 Kang Seonghoonmetadata: Space-optimize empty vectors and maps.
2015-03-03 Kang Seonghoonmetadata: Implement relaxation of short RBML lengths.
2015-03-03 Kang Seonghoonmetadata: Introduce `EsSub8` and `EsSub32` tags.
2015-03-03 Kang Seonghoonmetadata: Bye bye `EsLabel`. No regrets.
2015-03-03 Kang Seonghoonmetadata: Eliminate the `EsEnumBody` tag.
2015-03-03 Kang Seonghoonmetadata: Introduce implicit lengths for auto-serializa...
2015-03-03 Kang Seonghoonmetadata: New tag encoding scheme.
2015-03-03 Kang Seonghoonmetadata: Avoid the use of raw `wr_str` or `write_all`.
2015-03-03 borsAuto merge of #22600 - brson:num, r=Gankro
2015-03-03 Huon WilsonFeature gate `#[static_assert]`.
2015-03-03 Brian Andersoncore: Audit num module for int/uint
2015-03-02 Ivan PetkovEnable recursion for visit_ty in lint visitor
2015-03-02 borsAuto merge of #22882 - alexcrichton:stabilize-process...
2015-03-02 Keegan McAllisterAdd regression tests for #15778
2015-03-02 Simonas KazlauskasReadd int_uint feature to libstd
2015-03-02 borsAuto merge of #22963 - Manishearth:rollup, r=Manishearth
2015-03-02 Manish GoregaokarRollup merge of #22966 - nikomatsakis:closure-region...
2015-03-02 Manish GoregaokarRollup merge of #22961 - dotdash:branch_drop, r=eddyb
2015-03-02 Manish GoregaokarAdd cfg_attr to known attributes
2015-03-02 Manish GoregaokarRollup merge of #22961 - dotdash:branch_drop, r=eddyb
2015-03-02 Manish GoregaokarRollup merge of #22925 - leonardinius:issue-22646-fmt...
2015-03-02 Manish GoregaokarRollup merge of #22911 - djmally:master, r=steveklabnik
next