]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-20 Barosl LeeDrop the Match prefix from the MatchSource variants
2014-12-20 Barosl LeePrint a friendly error for the if-let construct without...
2014-12-19 borsauto merge of #19463 : kali/rust/master, r=alexcrichton
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 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
2014-12-19 Alex CrichtonFix the capture_stderr test
2014-12-19 Aaron TuronDisable capture_stderr test for now
2014-12-19 Aaron TuronFallout from new thread API
2014-12-19 Aaron TuronRevise rt::unwind
2014-12-19 Aaron TuronRemove rt::{mutex, exclusive}
2014-12-19 Aaron TuronAdd blocking support module for channels
2014-12-19 Aaron TuronRemove rt::{local, local_data, thread_local_storage}
2014-12-19 Aaron TuronIntroduce std::thread
2014-12-19 Aaron TuronRemove rt::bookkeeping
2014-12-19 Aaron TuronMake at_exit initialize lazily
2014-12-19 Aaron TuronAllow args to work without rt initialization
2014-12-19 Aaron TuronRefactor std::os to use sys::os
2014-12-19 Aaron Turonlibs: merge librustrt into libstd
2014-12-19 borsauto merge of #19899 : japaric/rust/unops-by-value...
2014-12-19 borsauto merge of #19955 : Gankro/rust/kill-all-code, r...
2014-12-18 Alexis Beingessnerenumset fallout
2014-12-18 Alexis Beingessners/Tree/BTree
2014-12-18 Alexis Beingessnerremove TreeMap, TreeSet, TrieMap, TrieSet, LruCache...
2014-12-18 borsauto merge of #19896 : ktossell/rust/allow-nodoc-instal...
2014-12-18 Jorge AparicioAddress Niko's comments
2014-12-18 Jorge AparicioTest unop move semantics
2014-12-18 Jorge AparicioFix run pass tests
2014-12-18 Jorge Apariciolibstd: convert `Duration` unops to by value
2014-12-18 Jorge Apariciolibstd: convert `BitFlags` unops to by value
2014-12-18 Jorge Apariciolibcore: convert unop traits to by value
2014-12-18 Jorge AparicioTell regionck that user unops are by value
2014-12-18 Jorge AparicioTell expr_use_visitor that user unops are by value
2014-12-18 Jorge AparicioTell trans that user unops are by value
2014-12-18 Jorge AparicioTell typeck that user unops are by value
2014-12-18 Jorge Apariciosyntax/ast_util: add `is_by_value_unop()`
2014-12-18 borsauto merge of #19984 : japaric/rust/macro-expressions...
2014-12-18 Patrick Waltonlibrustc: Always parse `macro!()`/`macro![]` as express...
2014-12-18 borsauto merge of #19819 : vadimcn/rust/fix-demangle, r...
2014-12-18 borsauto merge of #19780 : jakub-/rust/e-needstest, r=alexc...
2014-12-18 borsauto merge of #19769 : nick29581/rust/coerce-if, r...
next