]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-21 Alex Crichtonrollup merge of #19898: Aatch/issue-19684
2014-12-21 Alex Crichtonrollup merge of #19842: frewsxcv/rm-reexports
2014-12-21 Alex Crichtonrollup merge of #19838: shepmaster/invariant-lifetime...
2014-12-21 Corey FarwellRemove a ton of public reexports
2014-12-21 Alex Crichtonrollup merge of #19823: iKevinY/doc-fixes
2014-12-21 Alex Crichtonrollup merge of #19727: lfairy/patch-1
2014-12-21 Alex Crichtonrollup merge of #19651: Gankro/ptr-docs
2014-12-21 borsauto merge of #19953 : sanxiyn/rust/privacy-span, r...
2014-12-21 borsauto merge of #19946 : cgaebel/rust/hashmap-drain-iter...
2014-12-20 borsauto merge of #19903 : cgaebel/rust/ringbuf-as-slice...
2014-12-20 borsauto merge of #20073 : nikomatsakis/rust/generalized...
2014-12-20 borsauto merge of #19900 : alexcrichton/rust/compiler-flags...
2014-12-20 Niko Matsakispatch up pretty-printing test
2014-12-20 Jared RoeschAdd support for multiple region bounds in where clauses
2014-12-20 Jared RoeschAdd parser support for generalized where clauses
2014-12-20 borsauto merge of #19511 : eddyb/rust/no-shadow, r=alexcrichton
2014-12-20 borsauto merge of #19995 : eddyb/rust/split-resolve, r...
2014-12-20 Eduard BurtescuFix fallout of removing import_shadowing in tests.
2014-12-20 Eduard BurtescuFix more import_shadowing fallout in collections.
2014-12-20 Eduard BurtescuFix the fallout of removing feature(import_shadowing).
2014-12-20 Eduard Burtescurustc_resolve: move export recording into its own module.
2014-12-20 Eduard Burtescurustc_resolve: move unused import checking into its...
2014-12-20 Eduard BurtescuSplit resolve from rustc::middle into rustc_resolve.
2014-12-20 Eduard Burtescurustc: middle: move some types from resolve to privacy.
2014-12-20 Eduard Burtescurustc: middle: move TraitItemKind from resolve to def.
2014-12-20 Eduard Burtescurustc: middle: move Export and ExportMap from resolve...
2014-12-20 Eduard Burtescurustc: middle: use cheaper Name in resolve::Export...
2014-12-20 Eduard Burtescurustc: middle: move TraitMap from resolve to ty.
2014-12-20 Eduard Burtescurustc: middle: move DefMap from resolve to def.
2014-12-20 Eduard Burtescumiddle: resolve: fix inconsistencies around ExportMap...
2014-12-20 Eduard Burtescurustc: don't allow(non_camel_case_types) in resolve.
2014-12-20 Eduard BurtescuRemove feature(import_shadowing) from all crates.
2014-12-20 borsauto merge of #19640 : aliblong/rust/power_of_two_refor...
2014-12-19 Aaron LiblongReform power_of_two methods for perf increase & semanti...
2014-12-19 borsauto merge of #19463 : kali/rust/master, r=alexcrichton
2014-12-19 Alex Crichtonrustc: Start "stabilizing" some flags
2014-12-19 Kevin YapMiscellaneous changes to Rust Guide
2014-12-19 borsauto merge of #19867 : japaric/rust/deriving-copy,...
2014-12-19 Jorge Apariciowindows: remove unused import
2014-12-19 Jorge Apariciolibtime: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibtest: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibterm: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibsyntax: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibstd: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibserialize: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrustrt: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrustdoc: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrustc_typeck: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrustc_trans: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrustc_llvm: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrustc_driver: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrustc_borrowck: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrustc: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibregex: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrbml: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibrand: use `#[deriving(Copy)]`
2014-12-19 Jorge Aparicioliblog: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibgetopts: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibfmt_macros: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibcore: use `#[deriving(Copy)]`
2014-12-19 Jorge Apariciolibcollections: use `#[deriving(Copy)]`
2014-12-19 Clark GaebelAdd RingBuf::as_slices as per collections reform v2.
2014-12-19 Mathieu Poumeyrolack parser.parse_ty change in quote_ty! (+ test)
2014-12-19 borsauto merge of #19884 : nikomatsakis/rust/issue-19730...
2014-12-19 Niko MatsakisThree random test cases that seem to produce more error...
2014-12-19 Niko MatsakisModify the `Bytes` type so that it remains cloneable...
2014-12-19 Niko MatsakisCorrect comment on Binder.
2014-12-19 Niko MatsakisKill some warnings about shadowed lifetimes
2014-12-19 Niko MatsakisWork around #19982 by rewriting test impls to not use...
2014-12-19 Niko MatsakisDocument new algorithm at a high-level.
2014-12-19 Niko MatsakisRemove text on method matching, which is now out of...
2014-12-19 Niko MatsakisConvert gigantic comment away from `//!` form. It is...
2014-12-19 Niko MatsakisImplement "perfect forwarding" for HR impls (#19730).
2014-12-19 Niko MatsakisMake all predicates higher-ranked, not just trait refer...
2014-12-19 Niko MatsakisMove `leak_check` into its own method, and ensure that...
2014-12-19 Niko MatsakisCentralize on using `Binder` to introduce new binding...
2014-12-19 Niko MatsakisAdd (currently unused) helper routine for skolemizing...
2014-12-19 Niko MatsakisRename the code that replaces unbound variables to...
2014-12-19 Niko MatsakisCreate distinct types for a PolyTraitRef (with bindings...
2014-12-19 Niko MatsakisFix a bug in the opt-in-copy work: it was failing to...
2014-12-19 Niko MatsakisExtract leak check into a distinct subroutine.
2014-12-19 Niko MatsakisExtract skolemize_regions() helper function.
2014-12-19 Niko MatsakisRecycle skolemization counts and add some comments.
2014-12-19 Niko MatsakisPropagate expected type more widely so that we can...
2014-12-19 Niko MatsakisDelete tests that passed in error. We currently do...
2014-12-19 Niko MatsakisCleanup type resolution to use type folding infrastruct...
2014-12-19 Niko MatsakisFix bug in higher-ranked code that would sometimes...
2014-12-19 Niko MatsakisAdd tests for sub relationship on free/bound regions...
2014-12-19 borsauto merge of #19654 : aturon/rust/merge-rt, r=alexcrichton
2014-12-19 Aaron TuronDisable at_exit handlers
2014-12-19 Aaron TuronRebasing fixes.
2014-12-19 Aaron TuronDisable stack overflow test on android, which seems...
2014-12-19 Aaron TuronDelete rest of rustrt
2014-12-19 Alex Crichtonstd: Move the panic flag to its own thread local
2014-12-19 Alex Crichtonstd: Lower abstractions for thread_local/at_exit
2014-12-19 Aaron TuronRevise std::thread API to join by default
2014-12-19 Aaron TuronUpdate doc comment for std::rt
2014-12-19 Alex CrichtonAvoid .take().unwrap() with FnOnce closures
2014-12-19 Alex CrichtonTweak the startup routine to pass on linux
2014-12-19 Alex CrichtonFix compilation on linux
next