]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-11-02 Brian KoropoffAdd regression test for #16790, #18378 and #18543
2014-11-02 Brian KoropoffTreat cross-crate unboxed closure def IDs consistently
2014-11-02 Brian KoropoffFix decoding of unboxed closure kinds
2014-11-01 borsauto merge of #17595 : danburkert/rust/tuple-index...
2014-11-01 borsauto merge of #18474 : alexcrichton/rust/no-more-traits...
2014-11-01 Alex Crichtoncollections: Remove all collections traits
2014-11-01 Dan BurkertTuple deserialization should not fail
2014-11-01 Dan Burkertlibserialize: tuple-arity should be provided to `Decode...
2014-11-01 borsauto merge of #18457 : japaric/rust/tocstr, r=alexcrichton
2014-11-01 borsauto merge of #18422 : michaelwoerister/rust/windows...
2014-11-01 borsauto merge of #18371 : nikomatsakis/rust/issue-18262...
2014-10-31 borsauto merge of #18177 : nick29581/rust/ufcs2, r=nikomatsakis
2014-10-31 Nick CameronFix RustDoc bug
2014-10-31 Nick CameronRebasing and review changes
2014-10-31 Nick Camerontest
2014-10-31 Nick CameronCross crait inherant impls
2014-10-31 Nick CameronRemove FnStyle from DefFn and DefStaticMethod
2014-10-31 Nick CameronResolve methods called as functions and...
2014-10-31 Niko MatsakisTeach variance checker about the lifetime bounds that...
2014-10-31 Michael Woeristerdebuginfo: Enable some GDB tests on Windows.
2014-10-31 Michael Woeristerdebuginfo: Make GDB tests use line breakpoints like...
2014-10-31 borsauto merge of #18440 : japaric/rust/hash, r=alexcrichton
2014-10-31 Jorge AparicioDSTify ToCStr
2014-10-31 borsauto merge of #18458 : eddyb/rust/free-region-args...
2014-10-31 Eduard Burtescutrans: use types from argument patterns instead of...
2014-10-31 Jorge AparicioDSTify Hash
2014-10-31 borsauto merge of #18264 : jakub-/rust/var-ids-in-error...
2014-10-31 borsauto merge of #18431 : japaric/rust/show, r=alexcrichton
2014-10-31 Jorge AparicioDSTify Show and all the other formatting traits
2014-10-31 borsauto merge of #18459 : alexcrichton/rust/rollup, r...
2014-10-31 Alex CrichtonTest fixes and rebase conflicts
2014-10-31 Alex Crichtonrollup merge of #18445 : alexcrichton/index-mut
2014-10-31 Alex Crichtonrollup merge of #18430 : bjz/token
2014-10-31 Alex Crichtonrollup merge of #18398 : aturon/lint-conventions-2
2014-10-31 Alex Crichtonrollup merge of #18452 : bkoropoff/issue-18425
2014-10-31 Alex Crichtonrollup merge of #18443 : alexcrichton/deref-vec-and...
2014-10-31 Alex Crichtonrollup merge of #18442 : Manishearth/rust_panic
2014-10-31 Alex Crichtonrollup merge of #18438 : jakub-/empty-file
2014-10-31 borsauto merge of #18381 : pelmers/rust/patch-1, r=alexcrichton
2014-10-30 Jakub BukajUse the `_` representation for integral variables as...
2014-10-30 Jakub BukajAdd a test for errors unifying an integer variable...
2014-10-30 Jakub BukajAdd a test for failure to unify type parameters
2014-10-30 borsauto merge of #18339 : chastell/rust/guide_pattern_fixe...
2014-10-30 borsauto merge of #18377 : steveklabnik/rust/fix_wording_ab...
2014-10-30 Alex Crichtonrollup merge of #18421 : tbu-/pr_checkeddiv1
2014-10-30 Alex Crichtonrollup merge of #18417 : P1start/lint-fixes
2014-10-30 Alex Crichtonrollup merge of #18413 : bkoropoff/issue-18412
2014-10-30 Alex Crichtonrollup merge of #18411 : richo/tm-null-check
2014-10-30 Alex Crichtonrollup merge of #18409 : gamazeps/issue15273
2014-10-30 Alex Crichtonrollup merge of #18408 : thestinger/unsafe
2014-10-30 Alex Crichtonrollup merge of #18407 : thestinger/arena
2014-10-30 Alex Crichtonrollup merge of #18397 : aochagavia/ascii
2014-10-30 Alex Crichtonrollup merge of #18395 : cakebaker/fix_use_of_sqrt
2014-10-30 Alex Crichtonrollup merge of #18393 : aochagavia/prelude
2014-10-30 Alex Crichtonrollup merge of #18392 : cakebaker/remove_double_negation
2014-10-30 borsauto merge of #18376 : steveklabnik/rust/gh7963, r...
2014-10-30 Alex Crichtonrollup merge of #18383 : bkoropoff/issue-17361
2014-10-30 Alex Crichtonrollup merge of #18381 : pelmers/patch-1
2014-10-30 Alex Crichtoncollections: Enable IndexMut for some collections
2014-10-30 borsauto merge of #18374 : steveklabnik/rust/gh18197, r...
2014-10-30 borsauto merge of #18367 : pcwalton/rust/inline-atomic...
2014-10-30 borsauto merge of #18279 : bgamari/rust/check-static-recurs...
2014-10-30 P1startSpecial-case some error messages about `Sized`
2014-10-30 P1startAdd a message for when a `.` follows a macro invocation
2014-10-30 borsauto merge of #17704 : nick29581/rust/object-safety...
2014-10-30 Brian KoropoffAdd regression test for #18425
2014-10-30 Brian KoropoffFix ICE translating array repeat expr of non-Copy type
2014-10-30 borsauto merge of #18448 : brson/rust/clean-llvm, r=alexcri...
2014-10-30 P1startImprove the error message for parenthesised box expressions
2014-10-30 P1startFix a minor issue with how lint groups are printed...
2014-10-30 P1startRemove `unused_extern_crate` and `unused_result` from...
2014-10-30 Ben Gamaricheck_static_recursion: Handle foreign items
2014-10-30 Nick CameronTry and fix Windows terminal
2014-10-30 Nick CameronRebasing fixes
2014-10-30 Brian Andersonmk: Clean just one llvm build at a time. Closes #17852
2014-10-30 Nick CameronChanges for Windows terminal
2014-10-30 Nick CameronChange extensions traits to blanket impls
2014-10-30 Nick Cameronchanges to tests
2014-10-30 Nick Cameronchanges to libs
2014-10-30 Nick CameronEnforce object safety
2014-10-30 Alex Crichtoncollections: impl Deref for Vec/String
2014-10-30 borsauto merge of #18359 : 1-more/rust/feature, r=alexcrichton
2014-10-29 Manish GoregaokarRename rust_fail to rust_panic
2014-10-29 Jakub BukajAlways drop var IDs from type variables modulo -Z verbo...
2014-10-29 Jakub BukajAddress review comments
2014-10-29 Jakub BukajUpdate tests with the new diagnostic tweaks
2014-10-29 Jakub BukajImprove the readability of diagnostics that involve...
2014-10-29 Brendan ZabarauskasFormatting fixes
2014-10-29 Brendan ZabarauskasRemove Token::get_close_delimiter
2014-10-29 Brendan ZabarauskasUse common variants for open and close delimiters
2014-10-29 borsauto merge of #18357 : TeXitoi/rust/simplify-reverse...
2014-10-29 Jakub BukajRemove an empty file from librustc
2014-10-29 Richo Healeyrustc: fail if LLVM is passed an invalid triple
2014-10-29 borsauto merge of #17894 : steveklabnik/rust/fail_to_panic...
2014-10-29 Steve KlabnikUpdate infrastructure for fail -> panic
2014-10-29 borsauto merge of #18282 : pczarn/rust/regex-parse, r=burnt...
2014-10-29 Steve KlabnikRename fail! to panic!
2014-10-29 borsauto merge of #18375 : steveklabnik/rust/gh17969, r...
2014-10-29 borsauto merge of #18365 : bjz/rust/token, r=alexcrichton
2014-10-29 Tobias BucherFix `core::num::CheckedDiv::checked_div` documentation
next