]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-06-19 Manish GoregaokarRollup merge of #26401 - jooert:fix26360, r=steveklabnik
2015-06-19 Manish GoregaokarRollup merge of #26388 - frewsxcv:regression-tests...
2015-06-18 borsAuto merge of #26413 - alexcrichton:from-raw-fd-prelude...
2015-06-18 Alex Crichtonstd: Add FromRaw{Fd,Handle,Socket} to os preludes
2015-06-18 borsAuto merge of #26147 - arielb1:assoc-trans, r=nikomatsakis
2015-06-18 Ariel Ben-YehudaNormalize associated types in closure signatures
2015-06-18 borsAuto merge of #26192 - alexcrichton:features-clean...
2015-06-18 Ariel Ben-YehudaSimplify and type_known_to_meet_builtin_bound and make...
2015-06-18 Alex CrichtonFix libstd tests
2015-06-18 Johannes Oertelrustdoc: Update document title when displaying search...
2015-06-18 borsAuto merge of #26385 - nham:fix_25396, r=alexcrichton
2015-06-18 borsAuto merge of #26392 - oli-obk:unused_functions, r...
2015-06-18 Oliver Schneiderremove unused functions from trans and llvm
2015-06-18 borsAuto merge of #26358 - nham:fix_24081, r=alexcrichton
2015-06-18 borsAuto merge of #26389 - Manishearth:rollup, r=Manishearth
2015-06-18 Manish GoregaokarRollup merge of #26387 - frewsxcv:regression-tests...
2015-06-18 Manish GoregaokarRollup merge of #26369 - IvanUkhov:collections, r=eddyb
2015-06-18 Manish GoregaokarRollup merge of #26349 - petrochenkov:bitwise, r=stevek...
2015-06-18 Manish GoregaokarRollup merge of #26348 - eefriedman:unused-interiorsafe...
2015-06-18 Manish GoregaokarRollup merge of #26342 - steveklabnik:quix_reference_fi...
2015-06-18 Manish GoregaokarRollup merge of #26314 - steveklabnik:gh26312, r=bluss
2015-06-18 borsAuto merge of #26364 - frewsxcv:regression-tests-22864...
2015-06-18 borsAuto merge of #26340 - bluss:bench-sigfix, r=alexcrichton
2015-06-18 borsAuto merge of #26336 - dotdash:raw_ptr_coercions, r=nrc
2015-06-18 Corey FarwellAdd regression test for #21622
2015-06-18 Corey FarwellAdd regression test for #25180
2015-06-18 Nick HamannFix the E0252 error message to use better names for...
2015-06-18 borsAuto merge of #26347 - nagisa:macro-exp, r=nrc
2015-06-17 borsAuto merge of #26326 - nikomatsakis:optimize-fulfillmen...
2015-06-17 borsAuto merge of #26321 - srwalter:remove-i386-textrel...
2015-06-17 borsAuto merge of #26315 - steveklabnik:gh26287, r=alexcrichton
2015-06-17 borsAuto merge of #26062 - eefriedman:cleanup-cached, r...
2015-06-17 Alex CrichtonAdd comment about stabilizing CString::from_ptr
2015-06-17 Alex Crichtonstd: Stabilize vec_map::Entry::or_insert{,_with}
2015-06-17 Alex Crichtonstd: Hide some internal functions more aggressively
2015-06-17 Alex Crichtonstd: Update stable since for `core::char`
2015-06-17 Alex CrichtonMore test fixes and fallout of stability changes
2015-06-17 Alex Crichtonstd: Move free-functions to associated functions
2015-06-17 Alex Crichtonstd: Deprecate the `thunk` module
2015-06-17 Alex Crichtonstd: Deprecate the `scoped` feature
2015-06-17 Alex Crichtonstd: Deprecate the `future` feature
2015-06-17 Alex Crichtonstd: Deprecate the `exit_status` feature
2015-06-17 Alex Crichtonstd: Deprecate the io::BufStream type
2015-06-17 Alex Crichtonstd: Stabilize the `str_matches` feature
2015-06-17 Alex Crichtonstd: Stabilize the `iter_{once,empty}` features
2015-06-17 Alex Crichtonstd: Stabilize the `once_new` feature
2015-06-17 Alex Crichtonstd: Stabilize the sync_poison feature
2015-06-17 Alex Crichtonstd: Deprecate Vec::from_raw_buf
2015-06-17 Alex Crichtonstd: Deprecate all permutation-related slice methods
2015-06-17 Alex Crichtonstd: Stabilize the remaining wrapping_* functions
2015-06-17 Alex Crichtonstd: Deprecate f{32,64}::consts::PI_2
2015-06-17 Alex Crichtonstd: Remove two internal `str_internals` functions
2015-06-17 Alex Crichtonstd: Deprecate the IntSliceExt trait
2015-06-17 Alex Crichtonstd: Deprecate result::fold
2015-06-17 Alex Crichtonstd: Deprecate the copy_{,mut_}lifetime functions
2015-06-17 Alex Crichtonstd: Deprecate iter::{Unfold, Iterate}
2015-06-17 Alex Crichtonstd: Deprecate the RandomAccessIterator trait
2015-06-17 Alex CrichtonFallout in tests and docs from feature renamings
2015-06-17 Alex Crichtonstd: Split the `std_misc` feature
2015-06-17 Alex Crichtoncollections: Split the `collections` feature
2015-06-17 Alex Crichtonalloc: Split apart the global `alloc` feature
2015-06-17 Alex Crichtoncore: Split apart the global `core` feature
2015-06-17 borsAuto merge of #25961 - sanxiyn:dead-variant-2, r=huonw
2015-06-17 Ivan Ukhovcollections: fix a couple of typos
2015-06-17 Seo SanghyeonAdd a test
2015-06-17 borsAuto merge of #26261 - tshepang:more-brief-example...
2015-06-17 borsAuto merge of #26126 - Nashenas88:sync-send-libcore...
2015-06-17 borsAuto merge of #26025 - alexcrichton:update-llvm, r...
2015-06-17 Alex Crichtonrustc: Update LLVM
2015-06-17 Corey FarwellAdd regression tests for #22864
2015-06-17 borsAuto merge of #22681 - mzabaluev:extend-faster, r=huonw
2015-06-16 Nick HamannFix error message for E0256 in certain cases.
2015-06-16 borsAuto merge of #26280 - Marwes:deriving_discriminant...
2015-06-16 Vadim PetrochenkovDocument behavior of bitwise operators with boolean...
2015-06-16 Eli FriedmanRemove unused type InteriorSafety.
2015-06-16 borsAuto merge of #25952 - alexcrichton:fix-scoped-tls...
2015-06-16 Simonas KazlauskasRemove superfluous variable
2015-06-16 Simonas KazlauskasAdd a test for issue 26322
2015-06-16 Simonas KazlauskasFix file!(), line!() and column!() macros
2015-06-16 borsAuto merge of #24738 - joliv:patch-2, r=steveklabnik
2015-06-16 Niko MatsakisFix merge errors
2015-06-16 Steve KlabnikOne more consistency fix in the reference
2015-06-16 Björn SteinbrinkAvoid deref/ref cycles for no-op coercions between...
2015-06-16 Ulrik Sverdruptest: Fix a bug in bench result formatting
2015-06-16 borsAuto merge of #26323 - steveklabnik:gh26320, r=alexcrichton
2015-06-16 borsAuto merge of #26318 - steveklabnik:gh26268, r=alexcrichton
2015-06-16 borsAuto merge of #26317 - steveklabnik:gh25956, r=alexcrichton
2015-06-16 borsAuto merge of #24719 - :patch-1, r=steveklabnik
2015-06-16 jolivAdd unit type info and update associated link
2015-06-16 borsAuto merge of #26313 - steveklabnik:fix_str_docs, r...
2015-06-15 borsAuto merge of #26311 - jooert:fix25855, r=steveklabnik
2015-06-15 Niko MatsakisThis new caching sometimes suppresses duplicate errors...
2015-06-15 Niko MatsakisRather than expanding the where-clauses in the environm...
2015-06-15 Niko MatsakisAdd a (somewhat hacky) cache to the tcx that tracks...
2015-06-15 borsAuto merge of #26282 - arielb1:probe-leak, r=nikomatsakis
2015-06-15 Steve KlabnikSignificantly simplify generic example
2015-06-15 borsAuto merge of #26275 - arielb1:unconstrained-projection...
2015-06-15 Steven Waltersrc/rt/arch/i386/morestack.S: call rust_stack_exhausted...
2015-06-15 borsAuto merge of #26293 - mihneadb:rustdoc-search-orphan...
2015-06-15 Steve KlabnikClarify that the following will error
next