]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-30 Alex Crichtonrollup merge of #20268: mdinger/pretty
2014-12-30 Alex Crichtonrollup merge of #20266: nick29581/dxr-use
2014-12-30 Alex Crichtonrollup merge of #20265: nicholasbishop/bishop_add_missi...
2014-12-30 Alex Crichtonrollup merge of #20264: nagisa/threadrng
2014-12-30 Alex Crichtonrollup merge of #20263: crhino/lifetime-elision-help
2014-12-30 Alex Crichtonrollup merge of #20262: arturoc/fix-scoped_thread_local
2014-12-30 Alex Crichtonrollup merge of #20252: huonw/doc-no-ignore
2014-12-30 Alex Crichtonrollup merge of #20250: ipetkov/deriving
2014-12-30 Alex Crichtonrollup merge of #20248: steveklabnik/gh20038
2014-12-30 Alex Crichtonrollup merge of #20245: fhahn/make-lexer-tests-runable...
2014-12-30 Alex Crichtonrollup merge of #20243: bombless/patch-1
2014-12-30 Alex Crichtonrollup merge of #20242: sanxiyn/break-from-fn
2014-12-30 Alex Crichtonrollup merge of #20239: YawarRaza7349/patch-1
2014-12-30 Alex Crichtonrollup merge of #20231: fhahn/issue-20226-eexist
2014-12-30 Alex Crichtonrollup merge of #20230: bheesham/noshard
2014-12-30 Alex Crichtonrollup merge of #20223: aochagavia/typo
2014-12-30 Alex Crichtonrollup merge of #20216: sfackler/fix-mangling
2014-12-30 Alex Crichtonrollup merge of #20215: csouth3/hashmap-rename
2014-12-30 Alex Crichtonrollup merge of #20214: bluss/fix-hashmap-example
2014-12-30 Alex Crichtonrollup merge of #20210: tshepang/patch-5
2014-12-30 Alex Crichtonrollup merge of #20207: jroesch/issue-18906-testcase
2014-12-30 Alex Crichtonrollup merge of #20205: tshepang/patch-4
2014-12-30 Alex Crichtonrollup merge of #20195: nagisa/unused-typo
2014-12-30 Alex Crichtonrollup merge of #20194: nick29581/dst-syntax
2014-12-30 Alex Crichtonrollup merge of #20191: lifthrasiir/double-debug_assert
2014-12-30 Alex Crichtonrollup merge of #20182: brianloveswords/patch-2
2014-12-30 Alex Crichtonrollup merge of #20165: tamird/needstest-tests
2014-12-30 Alex Crichtonrollup merge of #20160: nick29581/ranges2
2014-12-30 Alex Crichtonrollup merge of #20042: alexcrichton/second-pass-ptr
2014-12-30 Alex Crichtonrollup merge of #19661: alexcrichton/mutex-result
2014-12-30 Alex Crichtonrollup merge of #19457: reem/remove-is-lang-item
2014-12-30 Nick CameronRebasing and reviewer changes
2014-12-30 Nick CameronFallout from mut slices
2014-12-30 Nick CameronRemove ExprSlice by hacking the compiler
2014-12-30 Nick CameronAdd hypothetical support for ranges with only an upper...
2014-12-29 Alex Crichtonstd: Second pass stabilization for `ptr`
2014-12-29 Alex Crichtonstd: Stabilization pass for mutex/rwlock/condvar
2014-12-29 borsauto merge of #20101 : alexcrichton/rust/issue-20096...
2014-12-29 Florian HahnUpdate grammer/verify.rs to work with recent master
2014-12-29 Florian HahnFix output directory for generated antlr code
2014-12-29 borsauto merge of #20058 : Kimundi/rust/str_pattern_pre...
2014-12-29 Alex Crichtonstd: Return Result from RWLock/Mutex methods
2014-12-29 borsauto merge of #19549 : huonw/rust/middle-ty-2, r=nikoma...
2014-12-29 Huon WilsonMore rebase fixes.
2014-12-29 Huon WilsonUpdate rustc_driver tests.
2014-12-29 Huon WilsonRebase fixes.
2014-12-29 Huon WilsonAdd the -Z print-enum-sizes flag for displaying enum...
2014-12-29 Huon WilsonFix rebase artifacts.
2014-12-29 Huon WilsonSlash the ast::Stmt type from 104 to 24 bytes.
2014-12-29 Huon WilsonPrint info from the barefn and region interners in...
2014-12-29 Huon WilsonIntern Region in tcx.
2014-12-29 Huon WilsonCollect tcx arenas into a single struct.
2014-12-29 Huon WilsonIntern BareFnTys to make sty slightly smaller.
2014-12-29 Huon WilsonSwitch Region information from uint to u32.
2014-12-29 Huon WilsonIntern substs before storing them in the tcx.
2014-12-29 Huon WilsonStore Substs in an arena in the tcx.
2014-12-29 Huon WilsonImplement debug printing for tcx interner sty's.
2014-12-29 borsauto merge of #19765 : luqmana/rust/nonzero-lang-item...
2014-12-29 Marvin LöbelMarked find and rfind as stable
2014-12-29 borsauto merge of #19227 : johshoff/rust/master, r=brson
2014-12-29 Luqman Adenlibcollections: impl Send/Sync for Vec.
2014-12-29 Luqman Adenlibcoretest: Add tests for NonZero.
2014-12-29 Luqman Adenlibcore: Use Zeroable trait to try to limit what types...
2014-12-29 Luqman Adenlibrustc_trans: Get rid of unnecessary allocation in...
2014-12-29 Luqman Adenlibcore: Don't impl RawPtr* traits for NonZero.
2014-12-29 Luqman AdenDon't expose NonZero through libstd.
2014-12-29 Luqman AdenAdd tests for NonZero.
2014-12-29 Luqman Adenlibcore: Make it unsafe to create NonZero and impl...
2014-12-29 Luqman Adenliballoc: Use NonZero in Arc.
2014-12-29 Luqman Adenliballoc: Use NonZero in Rc.
2014-12-29 Luqman Adenlibcollections: Use NonZero in Vec.
2014-12-29 Luqman Adenlibcore: Add NonZero lang item and implement some methods.
2014-12-29 Luqman Adenlibrustc: Add NonZero lang item and use it if possible...
2014-12-29 Luqman AdenAdd tests.
2014-12-29 Luqman Adenlibrustc: Try looking in fixed sized arrays for nullabl...
2014-12-29 Luqman Adenlibrustc: Try looking in tuple fields for nullable...
2014-12-29 Luqman Adenlibrustc: Traverse arbitrarily deep for nullable enum...
2014-12-29 crhinoMake lifetime elision help more useful on type signatures.
2014-12-28 arturosrc/libstd/thread_local/scoped.rs: fixes scoped_thread_...
2014-12-28 Tamir DubersteinRegression test for #17740
2014-12-28 Tamir DubersteinRegression test for #17728
2014-12-28 Tamir DubersteinRegression test for #16538
2014-12-28 Alex Crichtonmk: Stop generating docs for deprecated crates
2014-12-28 Tamir DubersteinRegression test for #15034
2014-12-28 Tamir DubersteinRegression test for #14227
2014-12-28 Tamir DubersteinRegression test for #14386
2014-12-28 Tamir DubersteinRegression tests for #13853
2014-12-28 Tamir DubersteinRegression test for #13808
2014-12-28 Tamir DubersteinRegression test for #13665
2014-12-28 Tamir DubersteinRegression test for #13655
2014-12-28 Tamir DubersteinRegression test for simple case of #9197
2014-12-28 Tamir DubersteinRegression test for #8874
2014-12-28 Tamir DubersteinUpdate test for #5543
2014-12-28 Tamir DubersteinRegression test for #3902
2014-12-28 borsauto merge of #20185 : csouth3/rust/dlist-deprecate...
2014-12-28 Johannes HoffSplit overly long line
2014-12-28 Simonas KazlauskasRename TaskRng to ThreadRng
2014-12-28 borsauto merge of #20136 : eddyb/rust/format-args, r=alexcr...
2014-12-28 mdinger`man rustc` and `rustc --help` say options go first
2014-12-28 Nick Cameronsave-analysis: fix spans for paths to struct variants
next